Find the Inverse [[2,3],[1,1]]
Problem
Solution
Identify the matrix
A and the formula for the inverse of a2×2 matrix.
Calculate the determinant of the matrix, which is
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!