
Carlos T. answered 11/26/13
Tutor
5
(164)
Experienced Math Teacher - From Basic Algebra to Advanced Calculus
Set up your matrix.
| 1 -3 -1| 13|
| 3 1 -4| -13|
|-2 5 3| -19|
Initiate Gaussian Reduction
R2=R2-3R1
R3=R3+2R1
| 1 -3 -1| 13|
| 0 10 -1| -52|
| 0 -1 1| 7 |
| 0 10 -1| -52|
| 0 -1 1| 7 |
R3=-R3
Switch R2 and R3
| 1 -3 -1 | 13|
| 0 1 -1 | -7 |
| 0 1 -1 | -7 |
| 0 10 -1| -52|
R3=R3-10R2
| 1 -3 -1 | 13|
| 0 1 -1 | -7 |
| 0 0 9 | 18 |
| 0 1 -1 | -7 |
| 0 0 9 | 18 |
R3=(1/9)R3
| 1 -3 -1 | 13|
| 0 1 -1 | -7 |
| 0 0 1 | 2 |
| 0 1 -1 | -7 |
| 0 0 1 | 2 |
R2=R2+R3
R1=R1+R3
| 1 -3 0 | 15|
| 0 1 0 | -5 |
| 0 0 1 | 2 |
| 0 1 0 | -5 |
| 0 0 1 | 2 |
R1=R1+3R2
| 1 0 0 | 0 |
| 0 1 0 | -5 |
| 0 0 1 | 2 |
| 0 1 0 | -5 |
| 0 0 1 | 2 |
x=0
y=-5
z=2

Carlos T.
Welcome! Best of luck.
Report
11/26/13
Katelyn B.
11/26/13