Find the Inverse [[7,8],[4,6]]
Problem
Solution
Identify the matrix
A and its elementsa=7 b=8 c=4 andd=6 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/10 to each element inside the matrix.
Simplify the fractions to their lowest terms.
Final Answer
Want more problems? Check here!