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:
- Normalize all columns so they sum to 100,000.
- Divide all rows by the maximum value within that row.
How do I express this using mathematical notation?