Find the Inverse [[-2,3],[1,-2]]
Problem
Solution
Identify the matrix
A and its elementsa,b,c,d from the form[[a,b],[c,d]]
Calculate the determinant of the matrix 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 resulting matrix by multiplying each element by the scalar
1/1
Final Answer
Want more problems? Check here!