Find the Inverse [[1,2],[3,4]]
Problem
Solution
Identify the matrix
A and the formula for the inverse of a2×2 matrix.
Calculate the determinant
det(A)=a*d−b*c
Swap the main diagonal elements and negate the off-diagonal elements to form the adjugate matrix.
Multiply the adjugate matrix by the reciprocal of the determinant.
Simplify the resulting matrix by distributing the scalar.
Final Answer
Want more problems? Check here!