Find the Inverse [[2,1],[3,2]]
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 elements on the main diagonal and change the signs of the elements on the off-diagonal.
Multiply the resulting matrix by the reciprocal of the determinant.
Final Answer
Want more problems? Check here!