How is this upper triangular in row-echelon form

linear algebra

I am reading this text:

enter image description here

How is the matrix:

\begin{pmatrix} 1 & 2 \\ 0 & -2 \end{pmatrix} in row echelon form? The last row doesn't have a leading 1!

This is the definition of row-echelon form vs reduced row-echelon form in my text. Is this not right?

$\phantom{}{}{}{}$
enter image description here

Best Answer

Row-echelon form doesn’t require that the leftmost nonzero element of a row be $1$. It simply has to be strictly farther right than the leftmost nonzero element of the preceding row (and, of course, that all zero rows come after all nonzero rows). That said, some texts do insist on a leading $1$. The text you’ve quoted isn’t one of them.