Find the Inverse [[4,-10,29],[1,-2,5],[-3,7,-19]]
Problem
Solution
Calculate the determinant of the matrix
A using the first row expansion.
Find the matrix of minors by calculating the determinant of the
2×2 matrix remaining after removing the row and column of each element.
Apply the cofactor signs using the pattern
+−+ on the matrix of minors.
Transpose the cofactor matrix to find the adjugate matrix
adj(A)
Multiply by the reciprocal of the determinant to find the inverse
A(−1)=1/det(A)*adj(A)
Final Answer
Want more problems? Check here!