Find the Inverse [[1,-7],[-8,0]]
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
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 across all elements.
Final Answer
Want more problems? Check here!