Find the Inverse [[3,-9],[-2,5]]
Problem
Solution
Identify the matrix
A and its elementsa,b,c,d for the formula of a2×2 inverse.
Calculate the determinant
det(A)=a*d−b*c
Apply the inverse formula
A(−1)=1/det(A)*[[d,−b],[−c,a]]
Distribute the scalar factor
−1/3 to each element in the matrix.
Final Answer
Want more problems? Check here!