Find the Inverse [[6,2],[5,7]]
Problem
Solution
Identify the matrix
A and its elementsa=6 b=2 c=5 andd=7 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
1/32 to each element inside the matrix.
Simplify the fractions within the matrix where possible.
Final Answer
Want more problems? Check here!