Find the Inverse [[10,-2,5],[6,-1,4],[1,0,1]]
Problem
Solution
Calculate the determinant of the matrix using expansion along the third row.
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 sign pattern to the matrix of minors to create the cofactor matrix.
Transpose the cofactor matrix to find the adjugate matrix.
Divide by the determinant to find the inverse matrix.
Final Answer
Want more problems? Check here!