Find the Inverse M=[[1,8],[-1,-7]]
Problem
Solution
Identify the formula for the inverse of a
2×2 matrixM=[[a,b],[c,d]] which isM(−1)=1/(a*d−b*c)*[[d,−b],[−c,a]] Calculate the determinant
det(M)=a*d−b*c using the valuesa=1 b=8 c=−1 andd=−7
Construct the adjugate matrix by swapping the elements on the main diagonal and changing the signs of the elements on the off-diagonal.
Multiply the adjugate matrix by the reciprocal of the determinant.
Final Answer
Want more problems? Check here!