Find the Inverse [[1,2],[4,6]]
Problem
Solution
Identify the matrix
A and its elementsa,b,c,d for the formula of a2×2 inverse.
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/(−2) to each element inside the matrix to find the final values.
Final Answer
Want more problems? Check here!