Find the Inverse [[1,4],[2,7]]
Problem
Solution
Identify the matrix
A and the formula for the inverse of a2×2 matrix.
Calculate the determinant of the matrix using the formula
det(A)=a*d−b*c
Apply the inverse formula by swapping the elements on the main diagonal and changing the signs of the elements on the off-diagonal.
Distribute the scalar factor into the matrix to find the final result.
Final Answer
Want more problems? Check here!