Find the Inverse A=[[2,1],[4,2]]
Problem
Solution
Identify the formula for the inverse of a
2×2 matrixA=[[a,b],[c,d]] which isA(−1)=1/det(A)*[[d,−b],[−c,a]] Calculate the determinant of the matrix using the formula
det(A)=a*d−b*c Substitute the values
a=2 b=1 c=4 andd=2 into the determinant formula.
Simplify the result of the determinant calculation.
Conclude that because the determinant is zero, the matrix is singular and does not have an inverse.
Final Answer
Want more problems? Check here!