Find the Inverse 5A=[[5,1],[32,6]]
Problem
Solution
Identify the matrix
M=5*A and its elementsa=5 b=1 c=32 andd=6 Calculate the determinant of the matrix using the formula
det(M)=a*d−b*c
Apply the inverse formula for a
2×2 matrix, which isM(−1)=1/det(M)*[[d,−b],[−c,a]]
Distribute the scalar
−1/2 to each element inside the matrix.
Simplify the resulting fractions to find the final inverse matrix.
Final Answer
Want more problems? Check here!