gauss

8

Upload: daferro

Post on 25-May-2015

449 views

Category:

Documents


7 download

TRANSCRIPT

Page 1: Gauss
Page 2: Gauss

Bucaramanga, Julio 2010

METODOS NUMERICOS

Gaussian Elimination

This method, which is a variation of Gauss elimination method, can solve up to 15 or 20 simultaneous equations, with 8 or 10 significant digits in the arithmetic of the computer.

This procedure differs from the Gaussian method in which when you delete an unknown, is removed from all remaining equations, ie, the preceding equation as well as pivot to follow.

Also all the rows are normalized when taken as pivot equation. The end result of such disposal creates an identity matrix instead of a triangular Gauss as it does, so do not use the back substitution.

Page 3: Gauss

Bucaramanga, Julio 2010

METODOS NUMERICOS

EXAMPLE

• Resover the following system of equations.

3X1 -0.1X2 - 0.2 X 3 = 7.85

0.1X1 +7X2 - 0.3 X 3 = -19.5

0.3X1 -0.2X2 +10 X 3 = 7.85

First we express the coefficients and the vector of independent terms as an augmented matrix.

Page 4: Gauss

Bucaramanga, Julio 2010

METODOS NUMERICOS

The first line is normalized by dividing by 3 for

The term X1 can be removed from the second row by subtracting 0.1 times the first in the second row. In a similar way, subtracting 0.3 times the first in the third line delete the term with the third row X1F2-0.1F1F3-0.3F1

Page 5: Gauss

Bucaramanga, Julio 2010

METODOS NUMERICOS

• Then, the second line is normalized by dividing by 7.00333:

Reducing X2 terms in the first and third equation is obtained:F1+ 0.033 F2F3+0.0190 F2

Page 6: Gauss

Bucaramanga, Julio 2010

METODOS NUMERICOS

• The third line is normalized dividing by 10 010:

Finally, the terms with X3 be reduced in the first and second equation to

get:F1+ 0.068 F3F3+0.0425 F2

X1=3X2=-2.499X3=7.001

Page 7: Gauss

Bucaramanga, Julio 2010

METODOS NUMERICOS

ADVANTAGES OF THE METHOD OF GAUSS-JORDAN

Note that back substitution is required for the solution.

Although the methods of Gauss-Jordan and Gauss elimination can look almost identical, the former requires approximately 50% fewer operations.

One of the main reasons for including the Gauss-Jordan, is to provide a direct method for obtaining the inverse matrix.

Page 8: Gauss

Bucaramanga, Julio 2010

METODOS NUMERICOS

BIBLIOGRAPHY

http://personal.redestb.es/ztt/tem/t6_matrices.htm

http://es.wikipedia.org/wiki/Matriz_(matem%C3%A1tica)

http://www.gaussjordan.edu.mx/metodogj.html

http://docencia.udea.edu.co/GeometriaVectorial/uni2/seccion21.html

http://thales.cica.es/rd/Recursos/rd99/ed99-0289-02/inv02.html