If two coefficient matrices can be row reduced to be the same, then their columns have the same span?
I said this statement is true because the columns in a matrix can be scaled up or down to look like a completely different matrix. However, the relation between each coordinate/variable (regardless of the vector's dimension) remains the same. For this reason, if two matrices row reduce to the same thing then their non-reduced versions are simply scales of each other.
Am I thinking correctly on this? Is the statement true?
Thanks.
These matrices, $\begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix}$ and $\begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix}$ have the same RREF.
I don't think scaling can help in terms of making the column space the same.