Find the Inverse p=[[-1,-1],[-2,-1]]
Problem
Solution
Identify the matrix
p as a2×2 matrix of the form[[a,b],[c,d]] wherea=−1 b=−1 c=−2 andd=−1 Calculate the determinant using the formula
det(p)=a*d−b*c
Apply the inverse formula for a
2×2 matrix, which isp(−1)=1/det(p)*[[d,−b],[−c,a]]
Simplify the scalar multiplication and the signs within the matrix.
Final Answer
Want more problems? Check here!