SOLUTION: Using the Gauss-Jordan elimination method, solve the following linear system. 7x +5y -3z = 16 3x -5y +2z = -8 5x +3y -7z = 0 x = y = z =

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: Using the Gauss-Jordan elimination method, solve the following linear system. 7x +5y -3z = 16 3x -5y +2z = -8 5x +3y -7z = 0 x = y = z =       Log On


   



Question 163433: Using the Gauss-Jordan elimination method, solve the following linear system.
7x +5y -3z = 16
3x -5y +2z = -8
5x +3y -7z = 0
x =
y =
z =

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

In the Gauss-Jordan elimination, you start with a system
of three equations and three unknowns:

  

Then you convert it to this matrix:



Then you use row operations and end up with a matrix like this:



That is, you get 0's in the lower left three elements.

Then you convert back to a system of equations:

   

Then you do what is called "back-substitution":

1. Solve the bottom equation for z.
2. Substitute that value of z in the middle equation, 
   and solve for y.
3. Substitute the values of y and z in the top equation
   and solve for x.  

----------



To get a 0 where the 3 is on the middle row:

Multiply the top row by -3 and the middle row by 7, and
add them together:

%28matrix%282%2C5%2C-21%2C-15%2C9%2C%22%7C%22%2C-48%2C21%2C-35%2C14%2C%22%7C%22%2C-56%29%29
--------------
%28matrix%281%2C5%2C0%2C-50%2C23%2C%22%7C%22%2C-104%29%29

Replace the second row by that, leaving the rest as is



To get a 0 where the 5 is on the bottom row:

Multiply the top row by -5 and the bottom row by 7, and
add them together:

%28matrix%282%2C5%2C-35%2C-25%2C15%2C%22%7C%22%2C-80%2C35%2C21%2C-49%2C%22%7C%22%2C0%29%29
--------------
%28matrix%281%2C5%2C0%2C-4%2C-34%2C%22%7C%22%2C-80%29%29

Notice that as it turns out, we can divide that through
by -2, so we might as well do that too, and get:

%28matrix%281%2C5%2C0%2C2%2C17%2C%22%7C%22%2C40%29%29

We replace the bottom row by that, leaving the rest as is



To get a 0 where the 2 is on the bottom row:

Take the middle row as it is. Multiply the bottom row by 25, and
add them together:

%28matrix%282%2C5%2C0%2C-50%2C23%2C%22%7C%22%2C-104%2C0%2C50%2C425%2C%22%7C%22%2C1000%29%29
--------------
%28matrix%281%2C5%2C0%2C0%2C448%2C%22%7C%22%2C896%29%29

Notice that as it turns out, we can divide that through
by 448, so we might as well do that too, and get:

%28matrix%281%2C5%2C0%2C0%2C1%2C%22%7C%22%2C2%29%29

We replace the bottom row by that, leaving the rest as is



Then we convert that back to this system of equations:

system%287x%2B5y-3z=16%2C0x-50y%2B23z=-104%2C0x%2B0y%2Bz=2%29

or rather,

system%287x%2B5y-3z=16%2C-50y%2B23z=-104%2Cz=2%29

Now we do what is called "back-substitution":

The bottom equation is already solved for z.

Substitute z=2 in the middle equation:

-50y%2B23z=-104
-50y%2B23%282%29=-104
-50y%2B46=-104
-50y=-150
y=3

Substitute z=2 and y=3 in the top
equation:

7x%2B5y-3z=16
7x%2B5%283%29-3%282%29=16
7x%2B15-6=16
7x%2B9=16
7x=7
x=1

So the solution is  

Edwin