Informe laboratorio

Páginas: 2 (421 palabras) Publicado: 23 de mayo de 2011
Cochabamba – Bolivia

1.

Resolver


Archivo m: puntofijo
function puntofijo
fprintf('ingrese la funcion asociada\n');
nombre_f=input('al punto fijo g(x)=','s');x0=input('ingrese el valor inicial:');
fprintf('\n');
fprintf('iter aprox g(x) error\n');
i=1;e=1;
while e>=3E-6 & i1
ingrese valor inicial x2-->1
ingrese valorinicial x3-->1
iteracion x1 x2 x3 error--------------------------------------------------------------------------------------------------------------
1 30.0809 10.9321 47.0895 29.0809 9.9321 46.0895
2 15.0405 5.4660 23.544815.2743 6.0601 23.6973
3 11.9389 7.1670 16.0680 3.2531 1.7177 7.6087
4 8.9932 5.6625 11.83963.9691 2.6369 5.1273
5 8.7153 5.7140 11.2083 0.9789 0.6839 1.2777
6 8.7807 5.7734 11.2732 0.07960.0601 0.1072
----------------------------------------------------------------------------------------------------------
raices x1=8.7805 x2=5.7730 x3=11.2733 iter=7 E1=0.0006 E2=0.0005E3=0.0009

para el angulo a

b=30.34
c=99.46
a=180-b-c
a = 50.2

Rpta. Lado A = 8,78 m
Lado B = 5,77 m
Lado C = 11,27 m
Angulo a = 50,2º
3.sistemas no lineales mediante el método de Newton. Reportar la salida total del programa. Iterar hasta que . .

FUNCIÓN
function ff=ejercicio4(t)
clc
syms x1 x2
f=input('ingresar f(x1,x2)-->');g=input('ingresar g(x1,x2)-->');
F=jacobian([f,g],[x1,x2]);
G=[f;g];
x1=input('ingresar x1 inicial-->');
x2=input('ingresar x2 inicial-->');
fprintf('iter x1 x2 E1 E2 \n');...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Informe de laboratorio
  • Informe del laboratorio
  • Informe Laboratorio
  • Informe De Laboratorio
  • informe laboratorio
  • informe de laboratorio
  • Informe de laboratorio
  • informe de Laboratorio

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS