Find the Inverse [[7,3],[-6,-3]]
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.
Simplify the matrix by distributing the scalar multiplication.
Final Answer
Want more problems? Check here!