Definition 5.1.1.
We say that a matrix is in reduced row echelon form if the following properties are satisfied.
- If the entries in a row are all zero, then the same is true of any row below it.
- If we move across a row from left to right, the first nonzero entry we encounter is 1. We call this entry the leading entry in the row.
- The leading entry in any row is to the right of the leading entries in all the rows above it.
- A leading entry is the only nonzero entry in its column.
We call a matrix in reduced row echelon form a reduced row echelon matrix.
