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