Cargando…

Ordinary and partial differential equation routines in C, C++, Fortran, Java, Maple, and Matlab

This book provides a set of ODE/PDE integration routines in the six most widely used computer languages, enabling scientists and engineers to apply ODE/PDE analysis toward solving complex problems. This text concisely reviews integration algorithms and then analyzes the widely used Runge-Kutta metho...

Descripción completa

Detalles Bibliográficos
Autores principales: Lee, HJ, Schiesser, WE
Lenguaje:eng
Publicado: CRC Press 2003
Materias:
Acceso en línea:http://cds.cern.ch/record/2024796
Descripción
Sumario:This book provides a set of ODE/PDE integration routines in the six most widely used computer languages, enabling scientists and engineers to apply ODE/PDE analysis toward solving complex problems. This text concisely reviews integration algorithms and then analyzes the widely used Runge-Kutta method. It first presents a complete code before discussing its components in detail, focusing on integration concepts such as error monitoring and control. The format allows readers to understand the basics of ODE/PDE integration, and then calculate sample numerical solutions within the targeted program