Definition

Reduced row echelon form is defined as a row echelon form with the following additional property:

  • Each column that contains a leading 1 has zeros everywhere else in that column.

Remark

For example,

Solution set of a linear system can be obtained by its reduced row echelon form. For example, consider the following augmented matrix:

This matrix is in reduced row echelon form and correspond the system of equation

Thus, the system has 1 solutions, which is .

Tip

We can use elementary row operations to transform an augmented matrix to a reduced row echelon form to obtain its solution.