Find the Inverse [[1,0,-4],[-3,3,1],[5,5,2]]
Problem
Solution
Set up the augmented matrix by placing the identity matrix
I to the right of the given matrixA
Eliminate the entries in the first column below the pivot by adding
3 times the first row to the second row, and subtracting5 times the first row from the third row.
Normalize the second row by dividing it by
3
Eliminate the entry in the third row, second column by subtracting
5 times the second row from the third row.
Normalize the third row by multiplying it by
3/121
Eliminate the entries in the third column above the pivot by adding
4 times the third row to the first row, and adding11/3 times the third row to the second row.
Simplify the fractions in the resulting inverse matrix.
Final Answer
Want more problems? Check here!