Solve Using an Augmented Matrix 2x+3y=11 , 3x+3y=9 , x+y+3z=1
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 pivot by performing
(R_2)−3*(R_1)→(R_2) and(R_3)−2*(R_1)→(R_3)
Swap rows to bring a non-zero value to the second pivot position (
(R_2)↔(R_3) .
Scale the third row to create a leading 1 by performing
−1/9*(R_3)→(R_3)
Eliminate the third column entries above the pivot by performing
(R_2)+6*(R_3)→(R_2) and(R_1)−3*(R_3)→(R_1)
Eliminate the second column entry above the pivot by performing
(R_1)−(R_2)→(R_1)
Final Answer
Want more problems? Check here!