Você está na página 1de 5

PROBLEMA 1

Sea el sistema lineal


x
1.0234 2.4567 1.2345 1 6.6728 a11 1.0234 a12 2.4567 a13 1.2345
5.0831 1.2500 0.9878 x = 6.5263 a 5.0831 a 1.2500 a 0.9878
22
23

2
21

3.4598
2.5122

1.2121

11.2784

x3
a31 3.4598 a32 2.5122 a33 1.2121

a ) Descomposicion LU

L11

L21
L
31

L22 0

L32 L33

partimos de

u11

0
0

a21

a11

u 22 u 23
0

u 33

L11 = L22 = L33 = 1


u 11 a11

luego tendremos
L21

u 12 u 13

u 12 a12

L21 4.9669

u 22 a22 L21 u 12

u 22 13.4521

u 23 a23 L21 u 13

u 23 5.1438

L31

a31

a11

u 13 a13

L31 3.3807

u 33 a33 L31 u 13 L32 u 23

L32

a32 L31 u12

u 22

u 33 0.7462

Finalmente tendremos
0
1

1
L 4.9669

3.3807 0.4306

0
0

1.0234 2.4567 1.2345


U 0
13.4521 5.1438

0
0.7462
0

b ) Determinante de A
De donde podemos decir que

A = L U

L32 0.4306

U = u 11 u 22 u 33

por otro lado

L =1

Finalmente tendremos

U = 1.0234 13.4521 0.7462

U 10.2728

A = 10.2728

c ) Inversa de la matriz A
1

partiendo de

=U

0
0
1

1
0
4.9669

1.242 0.4306 1

invA U

0.9771 0.1785 0.3864


0.0743 0.5124
0

0
1.3401
0

0.3891 0.012 0.3864


invA 0.2672 0.295 0.5124

1.6644 0.5771 1.3401

1.0234 2.4567 1.2345


U 0
13.4521 5.1438

0
0.7462
0

d ) Solucion del sistema lineal

si el sistema se modifica a

L c = b

c
0
0 1 6.6728 resolviendo el sistema tendremos
1

4.9669
1
0 c2 = 6.5263

3.3807 0.4306 1 c3 11.2784

c1 1
0
0 6.6728

0 6.5263
c2 = 4.9669 1
c 1.242 0.4306 1 11.2784
3
luego tendremos

C L

6.6728
C 26.6168

0.1809

U x = C

x
1.0234 2.4567 1.2345 1 6.6728
0
13.4521 5.1438 x 2 = 26.6168

0
0.7462 x 0.1809
0
3

x1 0.9771 0.1785 0.3864 6.6728



1
0.0743 0.5124 26.6168 X U C
x2 = 0

x 0
0
1.3401 0.1809
3

1.8403
X 2.0713

0.2424

c=L

PROBLEMA 2
Sea el sistema no lineal
F( x y )

1
9

G( x y ) e

cos( x y ) 0.81 ( y 0.1) sin( x ) 1.06


2

1
y
cos( x y)
2
3

20x

1
3

( 10 3 )

a ) Matriz jacobiana del sistema no lineal

J=

F
x
F
y

Fx Fy
Gx Gy

derivando tendremos

= cos( x )

2 y sin( x y) cos( x y)

= 1.62 y

2 x sin( x y) cos( x y)

0.162

cos( x y)
2
G y
3
2
= sin( x y ) e
20
x 3

y cos( x y) 1

G
cos( x y )
x y sin( x y )
1
3
2
=

cos( x) 2 y sin( x y ) cos( x y )


j =
1
y
cos( x y)
y2
2
3

3 sin( x y) e

b ) Sistema linealizado
para el sistema linealizado tendremos

Fx Fy x
F( x y)

Gx Gy y
G( x y )

2 x sin( x y ) cos( x y ) 1 0.162


2
9

y
1

cos( x y)
cos( x y )
x y sin( x y )
1
3
2

20

3
6
3

1.62 y

cos( x ) 2 y sin( x y) cos( x y)


y
cos( x y)
y2
2
3

3 sin( x y ) e

x

y

0.162

1
y

cos( x y)
1
x y sin( x y )
cos( x y )
2
3
20

6
3
3

1.62 y

2 x sin( x y) cos( x y)

1
2

2
1 1

cos( x y) 0.81 ( y 0.1) 2 sin( x ) 1.06


9 2

y
1

cos( x y)

2
3 20x 1 ( 10 3 )

e
3

c ) iteracion paso a paso


primero evaluamos la matriz jacobiana en los puntos

2 y sin( x y ) cos( x y )

2
Fy ( x y ) 1.62 y x sin( x y ) cos( x y )
9

Fx ( x y ) cos( x )

x o 0.1

y o 0.1
Fx ( 0.1 0.1) 0.9953

2
1

0.162

Fy ( 0.1 0.1) 0.3243

cos( x y)
y2
2
3
Gx ( x y ) sin( x y ) e
20
3

Gx ( 0.1 0.1) 20

y cos( x y) 1

cos( x y )
1
x y sin( x y )
2
3
Gy ( x y )

Gy ( 0.1 0.1) 0.4756

Evaluando en las funciones originales


F( 0.1 0.1) 1.1777
G( 0.1 0.1) 12.4232

0.9953 0.3243

0.4756
20
1 0.0683 0.0466
C

2.8738 0.143
C

Finalmente tendremos

0.9953 0.3243 x = 1.1777

0.4756 y
20
12.4232
Y

0.0683 0.0466 1.1777

2.8738 0.143 12.4232

0.4985

5.161

x 0.4985

y 5.1610

la primera iteracion sera:


x = x 1 x o

x 1 x x o

x 1 0.3985

y = y 1 y o

y 1 y y o

y 1 5.261

el error estara dado por

eo

( 0.3984 0.1) ( 5.2612 0.1)

eo 5.1852

d ) Resolviendo el sistema

Você também pode gostar