Está en la página 1de 1

Mtodo de newton

xi 1 xi

b 2 4ac
2a

F xi
F / xi

int erpolaciondelagrange

x x2 x x3 x x4 y x x1 x x3 x x4 y x x1 x x2 x x4 y
x1 x2 x1 x3 x1 x4 1 x2 x1 x2 x3 x2 x4 2 x3 x1 x3 x2 x3 x4 3
x x1 x x2 x x3 y
....
x4 x1 x4 x2 x4 x3 4
g ( x)

Mtodo de Jacobi
5x 2 y 1
x 4y 0
despejamos la eccuacion x, y
x 0.20 0.00 x 0.40 y
y 0.00 0.25 x 0.00 y
escrito en forma matriz
aplicamos iteracion
x0 1.00, y0 2.00
x1 0.20 0.00(1.00) 0.40(2.00) 0.60
y1 0.00 0.25(1.00) 0.00(2.00) 0.25

metodo de gaus siedel


x0 1, y0 2, Z 0 0

x1 0.10 0.00 1.00 0.00(2.00) 0.10(0) 0.10


y 0.67 0.33 0.10 0.00 2.00 0.33 0 0.703
z 0.40 0.40 0.10 0.40 0.703 0.00 0 0.1588

También podría gustarte