How do I write the matrix ⎛⎜⎝0013240−8121−1⎞⎟⎠ in row echelon form?
Answers
Row echelon form implies that:
The leading (first) entry in each row must be
1
.
The leading entry on each subsequent row must be on a new column to the right
All rows where all entries are zero are below rows where NOT all entries are zero
Reduced echelon form further follows from echelon form conditions, provided that in each column, the leading entry is the only nonzero entry in its column.
I have some examples below where I've highlighted the entries in line with the conditions as
blue
, and those breaking the conditions as
red
.
In row echelon form:
⎛
⎜
⎜
⎜
⎝
1
2
3
4
0
0
1
3
0
0
0
1
0
0
0
0
⎞
⎟
⎟
⎟
⎠
⎛
⎜
⎜
⎜
⎝
1
2
3
4
0
1
0
3
0
0
1
1
0
0
0
0
⎞
⎟
⎟
⎟
⎠
And in reduced echelon form:
⎛
⎜
⎜
⎜
⎝
1
2
0
0
0
0
1
0
0
0
0
1
0
0
0
0
⎞
⎟
⎟
⎟
⎠
⎛
⎜
⎜
⎜
⎝
1
0
0
0
0
1
0
0
0
0
1
1
0
0
0
0
⎞
⎟
⎟
⎟
⎠
If we were to construct matrices NOT in echelon form, we can modify the row echelon ones, like this:
⎛
⎜
⎜
⎜
⎝
1
2
3
4
1
0
2
3
0
0
0
0
0
0
0
1
⎞
⎟
⎟
⎟
⎠
⎛
⎜
⎜
⎜
⎝
1
2
3
4
0
1
0
3
0
0
0
0
0
1
1
1
⎞
⎟
⎟
⎟
⎠
(and of course, if row echelon conditions are not satisfied, reduced echelon conditions are also not fully satisfied.)