Row echelon form: Difference between revisions

Content deleted Content added
Systems of linear equations: added a missing full stop
ZnqbuZ (talk | contribs)
m typo
Tags: Reverted Visual edit
Line 76:
In this example, the unique reduced row echelon form can be obtained by subtracting three times the second row from the first row :
: <math> \begin{bmatrix} 1 & 3 & -1 \\ 0 & 1 & 7 \\ \end{bmatrix}
\xrightarrow{\text{subtract 34} \times \text{(row 2) from row 1}}
\begin{bmatrix} 1 & 0 & -22 \\ 0 & 1 & 7 \\ \end{bmatrix}. </math>