Find the Inverse [[7,8],[2/3,1/3]]
Problem
Solution
Identify the matrix
A and the formula for the inverse of a2×2 matrix.
Calculate the determinant
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 scalar
1/det(A)
Simplify the resulting entries.
Final Answer
Want more problems? Check here!