The homework question I am working on is:
Suppose $A$ is an $m \times n$ matrix in which $m \le n$. Suppose also that the rank of $A$ equals $m$. Show that the transformation $T$ determined by $A$ maps $\Bbb R^n$ onto $\Bbb R^m$. Hint: The vectors $\overrightarrow{e_1},...,\overrightarrow{e_m}$ occur as columns in the reduced row-echelon form for $A$.
Things I have tried:
- I wrote down things that the problem statement implies:
The number of pivot columns equals the numbers of rows since the rank of $A=m$.
- I looked at this question and answers here for a while: Is a linear tranformation onto or one-to-one? but didn't have any additional conclusions after that.