Echelon form
A rectangular matrix is in echelon form if it has the three properties:
- All non-zero rows are above all-zero rows.
- Each leading entry of a row is in a column to the right of the leading entry of the row above it.
- All entries in a column below a leading entry are all zeros.
If a matrix in echelon form satisfies the following additional properties, it’s called reduced echelon form
- The leading entry in each row is .
- Each leading is the only non-zero entry in its column.
- Pivot position. a location in matrix that corresponds to a leading in the reduced echelon form of .
- Pivot column is a column of that contains a pivot position.