In the examples of elimination of variables in augmented matrices which were discussed before, the following concepts play such an important role that we give them with a name.
By the leading element of a row in a matrix, we mean the first element of the row (from the left) that is distinct from zero.
A matrix is in echelon form if it has the following two properties:
- all elements in the rows below a leading element, in the column in which this leading element resides as well as in the columns to the left of it, are zero;
- null rows, also called zero rows (rows all of whose elements are zero), only appear below all other rows.
A matrix in echelon form has a staircase form: the null rows are at the bottom, and the leading element of each row is strictly on the right-hand side of the leading element of the rows above it.
What are the positions in the row of the leading elements of the following matrix?
The leading element of row 1 is at position 1.
The leading element of row 2 does not exist.
The leading elements of a matrix in echelon form correspond to unknowns of the associated system of equations that can be written as a linear combination of unknowns with a higher index. If we can apply row reduction to bring a matrix in echelon form, we will have made a step forward towards the solution of a system of linear equations.
The following three matrices are in echelon form; check that the conditions are satisfied. The following matrix is not in echelon form, why not?
As we will see later on, we can use elementary row operations to transform a matrix into echelon form. But we can go further, until the reduced echelon form defined below.
A matrix is in reduced row echelon form, or reduced echelon form, if it has the following three properties:
- the matrix is in echelon form;
- its leading elements are all equal to ;
- all elements above a leading element are equal to zero.
A reduced echelon form is recognized by the following properties:
- In each row the first element from the left that is not equal to (the leading element), equals ; all other elements of the column containing this leading element are zero.
- Each row that does not consist of zeros only (a non-null row) starts with more zeros than the previous row. In particular all null rows (rows with only zeros) appear at the bottom.
The matrix is in echelon form, but not in reduced echelon form: the matrix satisfies the first two requirements of the reduced echelon form (the matrix is in echelon form, and all the leading elements are equal to ), but not the last condition "all elements above a leading element are equal to zero". After all, in the second column above the leading element of the second row the number , which is not equal to zero, appears.
The following matrices are in reduced echelon form (check this!).
By elementary operations with rows we can always convert a matrix to reduced echelon form. How that will we discuss in the next section work exactly.
Determine the reduced row echelon form of the matrix You can enter an intermediate result to check whether you're still on the right track.
Rijgereduceerde stepped form =
Below is a row reduction of the matrix in smallsteps to this result.
You can of course also combine steps. The scheme below illustrates this, and the part of the matrix that we have already processed is coloured green.