Solve Using an Inverse Matrix x+2y-z=4 , 2x+y+z=-2 , x+2y+z=2
Problem
Solution
Write the system in matrix form
A*X=B whereA is the coefficient matrix,X is the variable column vector, andB is the constant column vector.
Calculate the determinant of
A to ensure the matrix is invertible.
Find the matrix of cofactors
C for matrixA
Determine the adjugate matrix
adj(A) by transposing the cofactor matrix.
Compute the inverse matrix
A(−1) using the formulaA(−1)=1/det(A)*adj(A)
Solve for
X by multiplyingA(−1) andB
Final Answer
Want more problems? Check here!