Row Echelon Form / Reduced Row Echelon Form
Table of contents
Row Echelon Form
A row echelon form matrix satisfies the following conditions:
A pivot entry is the first non-zero entry of a row in a row echelon form matrix.
- All-zero rows are at the bottom of the matrix.
- All pivot entries are $1$.
- The pivot entries of rows are strictly to the right of the pivot entries of rows above them.
- All entries below a pivot entry are zero.
Reduced Row Echelon Form
A reduced row echelon form matrix satisfies the following conditions:
- All the conditions of a row echelon form matrix.
- The pivot entries are the only non-zero entries in their columns.
Common methods to find the reduced row echelon form of a matrix are Gaussian elimination and Gauss-Jordan elimination, which involve elementary row operations (row switching and linear combinations of rows).