I have this matrix:
$$\begin{bmatrix} 3 & 4 & 5 \\ 1 & 2 & 4 \end{bmatrix}$$ Find the RREF
Question: How does RREF work if $m \ne n $ [col =/= rows]
The algorithm is to get the top left to 1 then ignore the top row and leftmost column and the continue, but because this is uneven, I don't see how that works?