Solve Using a Matrix by Elimination 2x-12y-4z=5 , x+7y-z=-4 , x+3y=7
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_2) .
Eliminate the first column entries below the pivot by performing
(R_2)−2*(R_1)→(R_2) and(R_3)−(R_1)→(R_3)
Swap rows to simplify the second pivot (
(R_2)↔(R_3) .
Eliminate the second column entry below the pivot by performing
(R_3)−6.5*(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!