Find the Inverse [[5,4],[3,5]]
Problem
Solution
Identify the matrix
A and the formula for the inverse of a2×2 matrix.
Calculate the determinant
det(A)=a*d−b*c
Swap the main diagonal elements and negate the off-diagonal elements to form the adjugate matrix.
Multiply the adjugate matrix by the reciprocal of the determinant.
Final Answer
Want more problems? Check here!