Está en la página 1de 6

ECUACIONES LINEALES E INTERPOLACION

METODOS NUMERICOS

POR
EDWING ALBEIRO SARMIENTO RODRIGUEZ
COD. 1102361364
GRUPO 100401_26

PRESENTADO A
JESUS OMAR VARGAS
TUTOR

UNIVERSIDAD NACIONAL ABIERTA Y A DISTANCIA UNAD


ESCUELA DE CIENCIAS BASICAS, TECNOLOGIA E INGENIERIA
INGENIERIA DE ALIMENTOS
BUCARAMANGA
ABRIL
2017
1. Solucione el siguiente sistema de ecuaciones utilizando los mtodos de
eliminacin de gauss

21 62 43 84 = 66
21 42 23 34 = 40
71 72 53 74 = 92
91 92 93 74 = 32

Se reescribe el sistema d ecuaciones en forma de matrices y se resuelve


por el mtodo de eliminacin de Gauss
2 6 4 8 66
2 4 2 3 40
( | )
7 7 5 7 92
9 9 9 7 32
1 F1 lo dividimos en dos
2
1 3 2 4 33
2 4 2 3 40
( | )
7 7 5 7 92
9 9 9 7 32

2 1 2; 3 1 7; 4 + 1 9
1 3 2 4 33
0 10 2 11 106
( | )
0 14 19 35 139
0 36 27 43 329
2
10
1 3 2 4 33
0 1 0.2 1.1 10.6
( | )
0 14 19 35 139
0 36 27 43 329

1 + 2 3; 3 2 14; 4 + 2 36
1 0 1.4 0.7 1.2
0 1 0.2 1.1 10.6
( | )
0 016.2 19.6 9.4
0 0 19.8 3.4 52.6
3
16.2
1 0 1.4 0.7 1.2
0 1 0.2 1.1 10.6
( | )
0 0 1 9881 4781
0 0 19.8 3.4 52.6

1 3 1.4; 2 + 3 0.2; 4 3 19.8


1 0 161
0 163
162 81
0 1 0 139 |
162 86881
0 0 1 9881 | 4781
( 0 0 0
185
9 3709 )

4
185
9

1 0 161
0 163
162 81
0 1 0 139162| 86881
|
0 0 1 9881 4781
(0 0 0 1 2 )

1 4 161162 ; 2 4 139162 ; 3 4 9881

1 0 0 0 4
0 1 0 0 9
( | )
0 0 1 0 3
0 0 0 1 2

1 = 4
2 = 9
[
3 = 3
4 = 2

2. Solucione el siguiente sistema de ecuaciones utilizando el mtodo de Gauss-


jordn

51 22 53 64 = 90
11 62 43 54 = 104
31 52 73 34 = 63
21 52 93 94 = 108

Reescribamos el sistema de ecuaciones en forma de matrices y lo


resolvemos por el mtodo de eliminacin Gauss-Jordan

5 2 5 6 90
1 6 4 5 104
( | )
3 5 7 3 63
2 5 9 9 108

1
5
1 0.4 1 1.2 18
1 6 4 5 104
( | )
3 5 7 3 63
2 5 9 9 108

2 + 1 1; 3 + 1 3; 4 1 2
1 0.4 1 1.2 18
0 5.6 5 6.2 122
( | )
0 3.8 4 0.6 9
0 5.8 11 11.4 144

2
5.6
1 0.4 1 1.2 18
25 31
0 1 28 28 30514
( | )
0 3.8 4 0.6 9
0 5.8 11 11.4 144

1 2 0.4; 3 + 2 3.8; 4 + 2 5.8

0 1914 2314 1877


1
0 1 2528 3128 | 30514
0 0 20728 10128 |128514
453 499 3785
(0 0 28 28 14)
3
207
28
1 0 1914 2314 187
7
25 31
0 1 28 28 | 30514
0 0 1 101207 | 2570207
453 499 3785
(0 0 28 28 14 )

1 3 1914 ; 2 + 3 2528 ; 4 + 3 45328

1 0 0 203207 2042207
0 1 0 139207| 2215207
0 0 1 101207 | 2570207
685 4795
(0 0 0 69 69 )
3
685
69
1 0 0 203207 2042207
0 1 0 139207| 2215207
|
0 0 1 101207 2570207
( 0 0 0 1 7 )

1 4 203207 ; 2 + 4 139207 ; 3 4 101207

1 0 0 0 3
0 1 0 0 6
( | )
0 0 1 0 9
0 0 0 1 7

1 = 3
2 = 6
[
3 = 9
4 = 7

5. Determine el Polinomio de Interpolacin de Lagrange para la siguiente


tabla.

X 1 3 5 7
y - 1 2 -3
2

() = (0) . (0) () + (1) . (1) () + () . () ()


( 3)( 5)( 7) ( 3)( 5)( 7)
(0) () = =
(1 3)(1 5)(1 7) 48
( 3)( 5)( 7)
=
48
( 1)( 5)( 7) ( 1)( 5)( 7)
(1) () = =
(3 1)(3 5)(3 7) 16
( 1)( 3)( 7) ( 1)( 3)( 7)
(2) () = =
(5 1)(5 3)(5 7) 16
( 3)( 5)( 7)
=
16
( 1)( 3)( 5) ( 1)( 3)( 5)
(3) () = =
(7 1)(7 3)(7 5) 48
2(( 3)( 5)( 7) 1(( 1)( 5)( 7)
() = +
48 16
2(( 1)( 3)( 7) 3(( 1)( 3)( 5))
+ +
16 48

Ingreso de los polinomios en el siguiente programa

También podría gustarte