Chapter 9: Problem 36
Use the Gauss-Jordan method to solve each system of equations. For systems in two variables with infinitely many solutions, give the solution with y arbitrary. For systems in three variables with infinitely many solutions, give the solution with z arbitrary. $$\begin{array}{l}3 x+y+3 z-1=0 \\\x+2 y-z-2=0 \\\2 x-y+4 z-4=0\end{array}$$
Short Answer
Step by step solution
Write the augmented matrix
Perform row operations to get a leading 1 in the first row, first column
Eliminate the first column under the first row
Perform row operations to get a leading 1 in the second row, second column
Eliminate the second column elements in other rows
Get a leading 1 in the third row, third column
Eliminate the third column elements in other rows
Interpret the results
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
system of equations
augmented matrix
3x + y + 3z - 1 = 0We convert this into an augmented matrix as follows:
x + 2y - z - 2 = 0
2x - y + 4z - 4 = 0
\[\begin{bmatrix} 3 & 1 & 3 & | & 1 \ 1 & 2 & -1 & | & 2 \ 2 & -1 & 4 & | & 4 \ \end{bmatrix}\]The bar separates the constants on the right side of the equations. row operations
- Swapping two rows
- Multiplying a row by a nonzero scalar
- Adding or subtracting multiples of one row from another row
reduced row echelon form
- Every leading entry (first nonzero number from the left, in a row) is 1.
- The leading entry in each row is the only nonzero entry in its column.
- The leading entry in each row is to the right of the leading entry in the row above it.
- Any rows of all zeros are at the bottom of the matrix.