Find the Inverse [[-4,10],[5,6]]
Problem
Solution
Identify the matrix
A and its elements.
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]]
Distribute the scalar to each element of the matrix.
Simplify the fractions by dividing by common factors.
Final Answer
Want more problems? Check here!