Solve Using a Matrix by Elimination x+y+z=-4 , x-y+4z=6 , 4x+y+z=-16
Problem
Solution
Write the augmented matrix representing the system of linear equations.
Eliminate the x-terms from the second and third rows by performing row operations
(R_2)−(R_1)→(R_2) and(R_3)−4*(R_1)→(R_3)
Simplify the third row by dividing by
−3 to make the calculations easier (−1/3*(R_3)→(R_3) .
Swap the second and third rows to place a
1 in the second row's pivot position ((R_2)↔(R_3) .
Eliminate the y-term from the third row by performing
(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!