SOLUTION: What is the different between gauss and gauss jordan

Algebra.Com
Question 1001886: What is the different between gauss and gauss jordan
Answer by Theo(13342)   (Show Source): You can put this solution on YOUR website!

here's an example of gauss solution.

http://www.mathwords.com/g/gaussian_elimination.htm

here's an example of aguss-jordan solution.

http://www.mathwords.com/g/gauss-jordan_elimination.htm

gauss takes it to the point where you can solve for each of the variables by back tracking.

gauss-jordan takes it one step further and does the back tracking for you and sets each row so that the solutuion is already there with no additional effort required on your part.

your final solution with gauss is:

     x         y          z          constant
     1         1          1          -3
     0         1          5          -6
     0         0          1          -2


you know that z = -2 from the last row of the solution.
replace z with -2 in the second row and solve for y get y = 4.
replace y with 4 and z with -2 in the first row and solve for x to get x = 1
your final solution is:

x = 1
y = 4
z = -2

your final solution with gaugs-jordan is:

     x         y          z          constant
     1         0          0          1
     0         1          0          4
     0         0          1          -2


the solution is already there.
your final solution is:

x = 1
y = 4
z = -2

mo additional processing is required.




RELATED QUESTIONS

Please help me help my kiddo. I don't know what the Gauss=Jordan method is. Thanks so... (answered by htmentor)
Solve using Gauss- Jordan method (answered by richwmiller)
Solve using Gauss- Jordan method (answered by richwmiller)
Use the Gauss-Jordan method to solve the system of equations. x-y=2 y-z=0 x+z=6... (answered by jim_thompson5910)
is this correct? Gauss-Jordan Elimination Method is one of the ways to solve systems of... (answered by robertb)
Using the Gauss/Jordan method to solve the system, writing all row operations between the (answered by Edwin McCravy)
solve the following system using Gauss-Jordan elimination -8x1 -4x2 = -32 2x1 + x2... (answered by robertb)
solve the system using Gauss- Jordan elimination -6x1 - 3x2 = 21 2x1 + x2... (answered by robertb)
This is about Gauss/Jordan Elimination.What are the value of x,y,w and z in the given... (answered by Edwin McCravy)