Solution: Let’s take twice the first equation, namely:
2 x + 2 y = 8and subtract it from the second equation, like this:
The result is one equation in the one unknown, y. The other unknown, x, has been eliminated. Solving this equation yields y = 0.4.
{ x = 3.6, y = 0.4 }.(Note that we could have found x without back-substitution if we had subtracted 3 times the first equation from the second equation, since this eliminates y.)
will be represented by a rectangular array of numbers called an augmented matrix:
The Elementary Row Operations (E.R.O.’s) are:
|
Note: ← ÷ by 2 means “divide the row being pointed to by 2 to produce the new matrix”.
Note: ← R 2 − 3 · R 1 means “take the row being pointed to (row 2) and subtract 3 times row 1 from it to produce the new row 2.”
This form is characterized by 1’s on the diagonal, 0’s below the diagonal and any numbers above the diagonal. This new augmented matrix represents the system of equations:
It is solved by back-substitution. Plugging z = 3 into the second equation gives y = 5. Then plugging both z = 3 and y = 5 into the first equation gives x = 7.
This form is characterized by 1’s on the diagonal, 0’s above and below the diagonal on the LHS of the vertical line, and any numbers on the RHS of the vertical line. This new augmented matrix represents the system of equations:
This system is already solved: x = 7, y = 5, z = 3. Back-substitution is not required. However, about twice as many E.R.O.’s are required to produce the Gauss-Jordan form as the Gauss form.
The Gauss and the Gauss-Jordan Elimination Procedures We transform one column at a time into the desired form, either Gauss or Gauss-Jordan. The column presently being transformed is called the pivot column. We proceed systematically, letting the pivot column be the first column, then the second column, etc. until the last column before the vertical line of the augmented matrix. For each pivot column, we do the following two steps before moving on to the next pivot column:
When all the columns before the vertical line have been transformed using the Gauss-Jordan procedure the augmented matrix will be in Gauss-Jordan form and we simply read the solution from the column to the right of the vertical line. |
Solution: Perform this sequence of E.R.O.’s on the augmented matrix:
{ x = 7, y = 5, z = 3 }.
Solution: Perform this sequence of E.R.O.’s on the augmented matrix. Set the pivot column to column 1. Get a 1 in the diagonal position (in red) by using E.R.O. # 1:
Next, get 0’s below the pivot (in red) by using E.R.O. # 2:
Now, let pivot column = second column. First, get a 1 in the diagonal position by using E.R.O. # 1:
Next, get 0’s in the positions above and below the pivot (in red) by using E.R.O. # 2:
Now, let pivot column = third column. Get a 1 in the diagonal position by using E.R.O. # 1:
Next, get 0’s in the positions above the pivot (in red) by using E.R.O. # 2:
This matrix, which is now in Gauss-Jordan or row-reduced echelon form, represents the solution:
{x = 49, y = −18, z = 8}.
The third column has no pivot and no pivot row so you have to stop. This augmented matrix represents this system of equations:
In the second form we see that if a value is given for z then x and y can be expressed in terms of it. The next matrix shows that giving a value for z, say z = 5, amounts to having another row:
Try the exercises, which contain examples of systems with less equations than unknowns.
This last row represents the equation 0 = 0, a useless piece of information.
The last row represents the equation 0 = 5, a contradiction. Try the exercises, which contain examples of redundant and inconsistent systems of equations.
| Algebra Coach Exercises |