04. Row Reduction and Echelon Forms
Dated: 11-03-2025
Echelon Form of a Matrix
A rectangular matrix
1 is in echelon form if it has following properties.
- All non zero rows are above any row with all zeros.
- As we progress down the rows, each leading
entry
1 is at the right column. - All entries in a column below a leading
entry
1 are zero.
Reduced Echelon Form of a Matrix
- Leading
entry
1 in each non zero row is \(1\). - Each leading \(1\) is the only nonzero
entry
1 in its column.
Examples of Echelon Form of a Matrix
If \(\cdot\) is the leading entry
1 and \(*\) is any number then
Examples of Reduced Echelon Form of a Matrix
A matrix
1 can be row reduced into multiple different echelon forms but only into one unique reduced echelon form.
Theorem 1
Each matrix
1 is row equivalent
2 to only one and unique reduced echelon matrix.
Pivot Positions
A pivot position
in a matrix
1 \(A\) is a location in \(A\) that corresponds to a leading entry in an echelon form of \(A\).
When row operations on a matrix
1 produce an echelon form, further row operations to obtain the reduced echelon form do not change the positions of the leading entries
.
Pivot Column
A pivot column
is a column of \(A\) that contains a pivot position.
Example
Reduce \(A\) to echelon form and locate the pivot columns.
Solution
The pivot position in first row is \(a_{11}\) but it is zero. It has to be a nonzero value so we will replace \(R_1\) with \(R_4\).
Therefore, \(C_1\) is the pivot column.
All the entries
1 below \(a_{11}\) in \(C_1\) should be \(0\). After doing \(R_2 = R_2 + R_1\) and \(R_3 = R_3 + 2 R_1\), we have
After interchanging \(R_3\) with \(R_4\), we have
This shows that \(C_1, C_2\) and \(C_3\) are the pivot columns and \(a_{11}, a_{22}\) and \(a_{34}\) are the pivot positions.
Pivot Element
A pivot
is a nonzero number in a pivot position that is used as needed to create zeros via row operations
Example
The associated linear system
3 is
\(x_2\) and \(x_4\) being free means we can choose any value we want.
References
Read more about notations and symbols.