SOLUTION: Using the Gauss/Jordan method to solve the system, writing all row operations between the affected matrices, using the format: rn + k x rm = Rn The system is: x-2y+

Algebra.Com
Question 570370: Using the Gauss/Jordan method to solve the system, writing all row operations between the affected matrices, using the format: rn + k x rm = Rn The system is: x-2y+z=6
2x+y-3z=-3
x-3y+3z=10

Answer by Edwin McCravy(20056)   (Show Source): You can put this solution on YOUR website!






We want to try to end up with a matrix 
that looks like this:



with 0's in the three lower left hand positions:


We can get a 0 where the 2 is by multiplying Row 1 by -2
and adding it to row 2:

That instruction is written as

-2·R1+1·R2->R2





Notice that Row 2 will be simpler if we divide it through by 5,

That instruction is written R2->R2





We can get a 0 where the 1 is in the lower left corner by 
multiplying Row 1 by -1 and adding it to row 3:

That instruction is written as

-1·R1+1·R3->R3





We can get a 0 where the -1 is in the bottom row by 
multiplying Row 2 by 1 and adding it to row 3:

That instruction is written as 1R2+1R3->R3





Now that we have 0's in the lower lefthand corner,
we convert the matrix back to a system of equations
in x, y and z:



or just



Now we use back substitution.

From the third equation, z=1, we substitute
that into the middle equation, getting:

y-z = -3
y-1 = -3
  y = -2

Then substitute y=-2 and z=1 in the 1st equation:

x-2(-2)+(1) = 6
      x+4+1 = 6
        x+5 = 6
          x = 1

Solution (x,y,z) = (1,-2,1)

Edwin

RELATED QUESTIONS

solve the following system of equations using the gauss jordan method 5x-6y=7 (answered by lynnlo)
solve the following system of equations using the gauss jordan method 5x-6y=7... (answered by lynnlo)
Solve the system of linear equations using the Gauss-Jordan elimination method x-2y=8;... (answered by MathLover1)
Find the solution to the following system of equations using the Gauss-Jordan method. (answered by jorel1380)
I am really struggling with these matrices. If I am using the Gauss-Jordan elimination... (answered by stanbon)
Solve using Gauss- Jordan method (answered by richwmiller)
Solve using Gauss- Jordan method (answered by richwmiller)
i have to solve this linear system by using the Gauss-Jordan method 7x +5y - 3z = 16... (answered by stanbon)