Question 886137: I need help solving each system. Thank you.
2x-y-z=1
x+2y+z=0
3x-y-2x=-1
Found 2 solutions by josgarithmetic, richwmiller: Answer by josgarithmetic(39617) (Show Source):
You can put this solution on YOUR website! Put into matrix form and use elementary row operations to convert into an upper triangular arrangement.
, R2-2*R1, R3-3*R1
, multiply row 2 and 3 by -1
, 7*R2, 5*R3
, (1/7)R2, (1/2)R3
This can continue using subtraction to eliminate elements above the diagonal. This is already in a form that says, , and you can use this to back substitute and solve for the next variables one at a time.
, R3 divid by 2
, R2-3R3, R1-R3
, Divide R2 by 5
And next do R1-2*R2, ... and your matrix tells you the solution.
After so much long, detailed work, I believe I see a mistake...
hopefully you can understand the process being shown and can check and reduce the matrix on paper and be sure of the correct answers.
REDONE ON PAPER:
Tracing the work between paper and the (wrongly) posted solution is difficult. Let me just post here my redone RESULT solution matrix; likely some of the arithmetic computation was wrong in computing one of the elements.
This one should be right...

---
Rendering is failing at the moment.


Answer by richwmiller(17219) (Show Source):
You can put this solution on YOUR website! 2,-1,-1,1
1,2,1,0
3,-1,-2,-1
divide row 1 by 2/1
1,-1/2,-1/2,1/2
1,2,1,0
3,-1,-2,-1
add down (-1/1) *row 1 to row 2
1,-1/2,-1/2,1/2
0,5/2,3/2,-1/2
3,-1,-2,-1
add down (-3/1) *row 1 to row 3
1,-1/2,-1/2,1/2
0,5/2,3/2,-1/2
0,1/2,-1/2,-5/2
divide row 2 by 5/2
1,-1/2,-1/2,1/2
0,1,6/10,-2/10
0,1/2,-1/2,-5/2
add down (-1/2) *row 2 to row 3
1,-1/2,-1/2,1/2
0,1,3/5,-1/5
0,0,-16/20,-48/20
divide row 3 by -4/5
1,-1/2,-1/2,1/2
0,1,3/5,-1/5
0,0,1,3
We now have the value for the last variable.
We will work our way up and get the other solutions.
add up (-3/5) *row 3 to row 2
1,-1/2,-1/2,1/2
0,1,0,-2
0,0,1,3
add up (1/2) *row 3 to row 1
1,-2/4,0,2
0,1,0,-2
0,0,1,3
add up (1/2) *row 2 to row 1
1,0,0,1
0,1,0,-2
0,0,1,3
final
1,0,0,1
0,1,0,-2
0,0,1,3
|
|
|