Express Simple Algorithm Mathematically

54 Views Asked by At

I would like represent the following statement mathematically.

I have a matrix with m rows and n columns. I would like to do write, in mathematical notation, a function that does these two steps:

  1. Normalize all columns so they sum to 100,000.
  2. Divide all rows by the maximum value within that row.

How do I express this using mathematical notation?