Find the Inverse
Problem
Solution
Set up the augmented matrix
[A|I] by placing the identity matrix(I_4) to the right of the given matrixA
Eliminate the first column entries below the pivot in the first row using row operations
(R_2)→(R_2)−3*(R_1) (R_3)→(R_3)+2*(R_1) and(R_4)→(R_4)+(R_1)
Normalize the second row by multiplying
(R_2) by−1/3
Eliminate the second column entries around the pivot in the second row using
(R_1)→(R_1)+3*(R_2) (R_3)→(R_3)−4*(R_2) and(R_4)→(R_4)−3*(R_2)
Normalize the third row by multiplying
(R_3) by−3/2
Eliminate the third column entries around the pivot in the third row using
(R_1)→(R_1)−2*(R_3) (R_2)→(R_2)−2/3*(R_3) and(R_4)→(R_4)+(R_3)
Normalize the fourth row by multiplying
(R_4) by−2
Eliminate the fourth column entries above the pivot in the fourth row using
(R_1)→(R_1)−(R_4) (R_2)→(R_2)−(R_4) and(R_3)→(R_3)+3/2*(R_4)
Final Answer
Want more problems? Check here!