Find the Inverse [[2,6,9],[-1,1,3],[4,4,0]]
Problem
Solution
Calculate the determinant of the matrix
A using the cofactor expansion along the third row.
Find the matrix of minors by calculating the determinant of the
2×2 matrix remaining when the row and column of each element are removed.
Apply the cofactor sign pattern to the matrix of minors to create the matrix of cofactors
C
Transpose the cofactor matrix to find the adjugate matrix
adj(A)
Multiply by the reciprocal of the determinant to find the inverse matrix
A(−1)=1/|A|*adj(A)
Simplify the fractions in the resulting matrix.
Final Answer
Want more problems? Check here!