Find the Inverse of the Resulting Matrix [[1,3,-2],[-1,2,4]][[1,1],[3,2],[-2,4]]
Problem
Solution
Multiply the two matrices to find the resulting matrix
A
Simplify the arithmetic for each element of matrix
A
Calculate the determinant of matrix
A using the formuladet(A)=a*d−b*c
Apply the inverse formula for a
2×2 matrix, which isA(−1)=1/det(A)*[[d,−b],[−c,a]]
Distribute the scalar into the matrix to get the final form.
Final Answer
Want more problems? Check here!