Find the Inverse [[-1,1],[1,-2]]
Problem
Solution
Identify the matrix
A and its elements.
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]]
Simplify the expression by multiplying the scalar through the matrix.
Final Answer
Want more problems? Check here!