Solve Using a Matrix by Row Operations 4x+3y+z=7 , x-3y+2z=5 , 11x-2y+3z=10
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)−4*(R_1)→(R_2) and(R_3)−11*(R_1)→(R_3)
Normalize the second row by dividing by 15 (
(R_2)/15→(R_2) .
Eliminate the second column entry below the pivot by performing
(R_3)−31*(R_2)→(R_3)
Solve for z by normalizing the third row (
(R_3)⋅(−15/68)→(R_3) .
Back-substitute to find
y using(R_2)+7/15*(R_3)→(R_2)
Back-substitute to find
x using(R_1)+3*(R_2)−2*(R_3)→(R_1)
Final Answer
Want more problems? Check here!