Find the Inverse [[1,0],[0,1]]
Problem
Solution
Identify the given matrix as the
2×2 identity matrix, denoted asI Recall the property of the identity matrix, which states that the identity matrix is its own inverse.
Verify using the formula for the inverse of a
2×2 matrixA=[[a,b],[c,d]] whereA(−1)=1/(a*d−b*c)*[[d,−b],[−c,a]] Calculate the determinant
a*d−b*c=(1)*(1)−(0)*(0)=1 Apply the formula to find the inverse matrix.
Simplify the resulting matrix.
Final Answer
Want more problems? Check here!