Find the Inverse A*B=TR[[23,-16],[-9,7]]
Problem
Solution
Identify the matrix for which the inverse needs to be found. Let
M=A⋅B
Calculate the determinant of the matrix
M using the formuladet(M)=a*d−b*c
Simplify the arithmetic for the determinant.
Apply the inverse formula for a
2×2 matrix, which isM(−1)=1/det(M)*[[d,−b],[−c,a]]
Distribute the scalar factor into the matrix to find the final form.
Final Answer
Want more problems? Check here!