Echelon Matrices
Learn about the echelon forms of matrices and their uniqueness.
Linear systems that are in a certain special form are easy to solve. Have a look at an example of such a special linear system below:
The system is in an upper triangular form and can easily be solved by starting from the bottom (the last equation) and proceeding upwards (toward the first equation). This process is called back substitution. The second equation instantly gives us the value of . Substituting the value back into the first equation, we get . We get , and the complete solution is . The augmented matrix of this triangular system of linear equations is considered an echelon matrix and is known as the echelon form. The generic definition of the echelon matrix with constraints is described below.
Echelon forms of a matrix
Echelon matrices are of two types:
- Row echelon
- Reduced row echelon
Every augmented matrix can be converted to either of the two echelon forms using a systematic algorithm. Such a matrix allows us to find possible solutions using back-substitution.
Row echelon form
A matrix is in the row echelon form () if it meets the following requirements:
- The first non-zero number from the left, called the pivot, is always to the right of the pivot in the row above.
- Rows consisting of all zeros are at the bottom of the matrix.
A general matrix in row echelon form is
...