Definition
Row echelon form is defined as the augmented matrix of a linear system with the following properties:
- If a row does not consist entirely of zeros, then the first nonzero number in the row is a 1. We call this a leading 1.
- If there are any rows that consist entirely of zeros, then they are grouped together at the bottom of the matrix.
- In any two successive rows that do not consist entirely of zeros, the leading 1 in the lower row occurs farther to the right than the leading 1 in the higher row.
Remark
For example,
The above augmented matrix correspond to the linear system
Since and correspond to the leading 1’s in the augmented matrix, we call them leading variables. The remaining variables (in this case ) are called free variables.