Section 5.2
In this section we want to convert a system of equations to an augmented matrix:
Property 14
For any augmented matrix of a system of linear equations, the following row transformations will result in the matrix of an equivalent system
Interchange any two rows
Multiply or divide the elements of any row by a nonzero real number.
Replace any row of the matrix by the sum of the elements of that row and a multiple of th element of another row.
Property 15
Using the Gauss-Jordan Method to Transform a Matrix into Diagonal Form (Reduced Row Echelon Form)
Obtain 1 as the first element of the first column
Use the first row to transform the remaining entries in the first column to zero.
Obtain 1 as the second entry in the second column.
Use the second row to transform the remaining entries in the second column to zero.
Continue in this manner as far as possible.
The goal for Gauss-Jordan Method is the following use row transformations.
Which would then say the solution set for the system would be \(\{(i,j,k)\}\).
Two by Two Examples
Example 98
Solve
Solution:
First, we will write the system as an augmented matrix.
Next, we will do row transformation to get our solution set.
Therefore, the solution set is \(\{(3,2)\}\).
Example 99
Solve
Solution:
First,
Then row operations
Therefore, the solution set is \(\{(-4,5)\}\).
This example will show how a no solution looks like when using Gauss-Jordan Method.
Example 100
Solve
Solution:
First,
Next, row transformations.
The last row says \(0x+0y=1\), or \(0=1\). Since this is impossible we say the system has no solution. The solution set is the empty set, \(\emptyset\).
Three by Three Examples
The next example will not be using the Gauss-Jordan Method. Instead it will be using the Gauss Method. In this method we still want 1s along the diagonal and zeros below each 1; however, we will not attempts to to get zeros above all the 1s like in Gauss-Jordan Method.
Example 101
Solve
Solution:
First,
Next, we will only reduce to have leading ones and zeros below them.
From the last row transformation we can “dump” back into a system of equations situation.
From here we see \(z=-5\). Next, we will solve for \(y\).
Now that we have \(z\) and \(y\) we can solve for \(x\).
Therefore, the solution set for the system is \(\{(2,4,-5)\}\).
Two by Three Example
Since the following two equations represent two different plane, the solution set will be infinite. Therefore, we will be representing the solution set in terms of \(z\) for the \(x\) and \(y\) component.
Example 102
Solve
Solution:
First,
Next, row transformations.
Therefore, the infinite solution set is $\(\{(-3z+18,5z-31,z)\}\)$