Find the Inverse [[2,-8],[11,11]]
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
Construct the adjugate matrix by swapping the main diagonal elements and changing the signs of the off-diagonal elements.
Multiply the adjugate matrix by the reciprocal of the determinant.
Simplify the resulting matrix by distributing the scalar fraction to each element.
Final Answer
Want more problems? Check here!