Echelon and Reduced Echelon Form PDF
Echelon and Reduced Echelon Form PDF
Pivot columns
Example (2.):
Reduce the matrix A to echelon form and locate the pivot columns of A; where
0 −3 −6 4 9
−1 −2 −1 3 1
A =[ ]
−2 −3 0 3 −1
1 4 5 −9 −7
-Solution:
Step (i.): The first pivot position of the given matrix is 0 but a non-zero entry or
pivot must be placed in this position. So good choice is to interchange R1 and R4.
Pivot position
1 4 5 −9 −7
−1 −2 −1 3 1
[ ]
−2 −3 0 3 −1
0 −3 −6 4 9
Pivot column
Step (ii.): The next step is to create zeros below the pivot, applying R2 → R2 +R1
and R3 → R3 +2R1, we get
1 4 5 −9 −7
0 2 4 −6 −6
[ ]
0 5 10 −15 −15
0 −3 −6 4 9
Pivot column
5
Step (iii.): Again to create zeros below the pivot element 2, applying R3 → R3 - R2
2
3
and R4 → R4 + R2, we get
2
1 4 5 −9 −7
0 2 4 −6 −6
[ ]
0 0 0 0 0
0 0 0 −5 0
We can't create a leading entry in column 4, applying R3 → R4, we get
1 4 5 −9 −7
0 2 4 −6 −6
[ ]
0 0 0 −5 0
0 0 0 0 0
The above matrix is in echelon form and columns 1, 2 and 4 are pivot columns.
1 0 −3 3 5
0 1 2 −3 −3
[ ]
0 0 0 1 0
0 0 0 0 0
Applying, R1 → R1 - 3R3 and R2 → R2 + 3R3, we get
1 0 −3 0 5
0 1 2 0 −3
[ ]
0 0 0 1 0
0 0 0 0 0
Which is the required reduced echelon form.
Example (3.):
Apply elementary row operations to transform the matrix.
1 2 3 4
[4 5 6 7]
6 7 8 9
First into echelon form and then into reduced echelon form.