SOLUTION: How do I solve the following system of equation using matrices?
x-3y+z= -21
2x-y+z=-9
2x+y+5z=-31
Thanks in advance!
Algebra ->
Matrices-and-determiminant
-> SOLUTION: How do I solve the following system of equation using matrices?
x-3y+z= -21
2x-y+z=-9
2x+y+5z=-31
Thanks in advance!
Log On
Question 471062: How do I solve the following system of equation using matrices?
x-3y+z= -21
2x-y+z=-9
2x+y+5z=-31
Thanks in advance! Answer by ccs2011(207) (Show Source):
You can put this solution on YOUR website! Let A be the coefficient matrix:
A=
Let B be the constant matrix:
B=
Let X be the variable matrix:
X=
Then
Using matrix identity property:
where is the inverse of matrix A and I is the identity matrix.
Multiply both sides by the inverse matrix
Using a graphing calculator to multiply matrices:
X=
Therefore,
x = 2
y = 5
z = -8