Solve Using a Matrix by Elimination 2x+y-z=2 , x+3y+2z=1 , x+y+z=2
Problem
Solution
Write the augmented matrix representing the system of linear equations.
Swap rows to place a
1 in the first pivot position ((R_1)↔(R_3) .
Eliminate the first column entries below the first pivot using row operations
(R_2)−(R_1)→(R_2) and(R_3)−2*(R_1)→(R_3)
Swap rows to make the second pivot easier to work with (
(R_2)↔(R_3) .
Eliminate the second column entry below the second pivot using
(R_3)+2*(R_2)→(R_3)
Solve for
z using the third row.
Solve for
y using back-substitution into the second row.
Solve for
x using back-substitution into the first row.
Final Answer
Want more problems? Check here!