Solve Using a Matrix by Elimination
Problem
Solution
Write the augmented matrix representing the system of linear equations.
Eliminate the x-terms in the second and third rows by performing row operations
(R_2)←(R_2)+6*(R_1) and(R_3)←(R_3)−2*(R_1)
Eliminate the y-term in the third row by performing the operation
(R_3)←41*(R_3)+17*(R_2)
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!