17.04.2021 Views

Introduccin a la lógica de programacin

Una breve pincelada de conceptos de programación

Una breve pincelada de conceptos de programación

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Análisis Numérico: Lógica de programación y diagramas de flujo

exponencial + = x_n/factorial_n;

x_n * = x;

factorial_n * = i;

i++;

}while(i<N);

printf(“exp(%lf) approx. %lf\n.”x,

exponencial);

}

Tabla 11. Bucle do-while.

Ejemplo

Implementar un algoritmo en Matlab, con su diagrama de flujo asociado, para

N n 2n

( −1)

x

determinar coseno cos( x)

≈ ∑ hasta orden N .

( 2 n)

!

n=

0

Bibliografía

Antonakos, J.L. and Jr., K.C.M., 1997. Programación Estructurada en C. Prentice Hall

Iberia, Madrid, España.

Burden, R.L. and Faires, J.D., 1985. Numerical Analysis. PWS-Kent Publishing

Company, Boston, EE. UU.

Conte, S.D. and Boor, C.d., 1980. Elementary Numerical Analysis: An algorithmic

approach. International Series in Pure and Applied Mathematics. McGraw-Hill,

Nueva York, EE. UU.

Gerald, C.F. and Wheatley, P.O., 2000. Análisis Numérico con Aplicaciones. Pearson

Educación, México D.F.

Hefferson, J., 2006. Linear Algebra. Publicación electrónica (http://joshua.smcvt.edu).

Kernighan, B.W. and Ritchie, D.M., 1988. The C Programming Language. Prentice

Hall Inc.

Kincaid, D. and Cheney, W., 1990. Numerical Analysis. Brooks/Cole Publishing,

Pacific Grove, California, EE. UU.

Lang, S., 1987. Linear Algebra. Undergraduate Texts in Mathematics. Springer, Nueva

York, EE.UU. .

Molina, J.J.Q., 1996. Ecuaciones Diferenciales, Análisis Numérico y Métodos

Matemáticos. Editorial Santa Rita, Granada.

O'Connor, J.L.F., 1993. Tecnicas de Cálculo para Sistemas de Ecuaciones,

Programación Lineal y Programación Entera, Madrid, España.

Toro, E.F., 1999. Riemann Solvers and Numerical Methods for Fluid Dynamics.

Springer, Berlin.

______________________________________________________________________

32 Manuel Díez Minguito

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!