Math Infinitum
Mapping the lesson.
Loading the workspace…
Linear Algebra · Lesson 02
Elimination aims at a staircase. Each row starts further right than the one above it, and below each step there are only zeros. A system in that shape is solved from the bottom up, one unknown at a time.
Read freely. Sign in when you want to save your place.
Sign in to save progressElimination aims at a staircase. Each row starts further right than the one above it, and below each step there are only zeros. A system in that shape is solved from the bottom up, one unknown at a time.
A staircase is climbed one step at a time from the bottom. Back substitution does the same: the last equation gives one unknown, and each step up uses what is already known.
A matrix is in row echelon form when every row of zeros lies at the bottom, and the first non-zero entry of each other row, its leading entry, lies strictly to the right of the leading entry of the row above. These leading entries are the pivots, and the columns holding them are the pivot columns. Forward elimination reaches this form; it is the method called Gaussian elimination.
Try it
Which matrix is in row echelon form?
Try it
Select the pivots of this matrix in row echelon form.
The first pivot is the top left entry, if it is not zero. Clearing the column under it takes one row operation for each row below.
Try it
Gaussian elimination begins on with the pivot in the top left corner. Which operations clear the column under it?
Try it
Solve , , by elimination and back substitution. What is ?
In echelon form the last equation has one unknown. Solve it, put the value into the equation above, solve that, and climb.
Try it
Solve the system with augmented matrix in . What is ?
Try it
In the current column, the entry in the pivot position is , but a row below has a non-zero entry there. What does elimination do?
Try it
In row echelon form, every entry directly below a pivot is zero.
Try it
A matrix has exactly one row echelon form.
Try it
Solve , , . What is ?
Try it
Which statement about row echelon form is correct?
Try it
How many pivots does have?
Great work! You now know how to: