Find the Inverse [[2,4],[6,8]]
Problem
Solution
Identify the matrix
A and its elementsa=2 b=4 c=6 andd=8
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/(−8) to each element inside the matrix.
Simplify the resulting fractions to find the final inverse matrix.
Final Answer
Want more problems? Check here!