Skip to main content
Mathematics LibreTexts

2.3: Reduced Row Echelon Form

  • Page ID
    96146
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    View Reduced Row Echelon Form on YouTube

    If we continue the row elimination procedure so that all the pivots are one, and all the entries above and below the pivot are eliminated, then the resulting matrix is in the so-called reduced row echelon form. We write the reduced row echelon form of a matrix \(\text{A}\) as \(\text{rref}(\text{A})\). If \(\text{A}\) is an invertible square matrix, then \(\text{rref}(\text{A}) = \text{I}\).

    Instead of Gaussian elimination and back substitution, a system of equations can be solved by bringing a matrix to reduced row echelon form. We can illustrate this by solving again our first example. Beginning with the same augmented matrix, we have

    \[\begin{array}{l}\left(\begin{array}{rrrr}-3&2&-1&-1\\6&-6&7&-7\\3&-4&4&-6\end{array}\right)\to\left(\begin{array}{rrrr}-3&2&-1&-1\\0&-2&5&-9\\0&-2&3&-7\end{array}\right)\to\left(\begin{array}{rrrr}-3&0&4&-10\\0&-2&5&-9\\0&0&-2&2\end{array}\right) \\ \to\left(\begin{array}{rrrr}-3&0&4&-10\\0&-2&5&-9\\0&0&1&-1\end{array}\right)\to\left(\begin{array}{rrrr}-3&0&0&-6\\0&-2&0&-4\\0&0&1&-1\end{array}\right)\to\left(\begin{array}{rrrr}1&0&0&2\\0&1&0&2\\0&0&1&-1\end{array}\right).\end{array}\nonumber \]

    Once \(\text{A}\) has been transformed into the identity matrix, the resulting system of equations is just the solution, that is, \(x_1 = 2,\: x_2 = 2\) and \(x_3 = −1\).


    This page titled 2.3: Reduced Row Echelon Form is shared under a CC BY 3.0 license and was authored, remixed, and/or curated by Jeffrey R. Chasnov via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.