Solve Using an Inverse Matrix 6x-y+3z=-13 , x+3y-z=-4 , 3x+3y-4z=3
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 matrix
A to ensure it is invertible.
Find the matrix of cofactors
C by calculating the minor of each element.
Determine the adjugate matrix
adj(A) by taking the transpose of the cofactor matrix.
Calculate the inverse matrix
A(−1) using the formulaA(−1)=1/det(A)*adj(A)
Solve for
X by multiplying the inverse matrix by the constant vectorB such thatX=A(−1)*B
Final Answer
Want more problems? Check here!