| www.delorie.com/gnu/docs/plotutils/plotutils_35.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
ode Program
The GNU ode utility can produce a numerical solution to the
initial value problem for many systems of first-order ordinary
differential equations (ODE's). ode can also be used to solve
systems of higher-order ODE's, since a simple procedure converts an
n'th-order equation into n first-order equations. The
output of ode can easily be piped to graph, so that one or
more solution curves may be plotted as they are generated.
Three distinct schemes for numerical solution are implemented: Runge--Kutta--Fehlberg (the default), Adams--Moulton, and Euler. The Runge--Kutta--Fehlberg and Adams--Moulton schemes are available with adaptive stepsize.
8.1 Mathematical basics Ordinary differential equations 8.2 Simple examples using odeSimple examples using ode 8.3 Additional examples using odeAdditional examples using ode 8.4 odecommand-line optionsode command-line options 8.5 Diagnostic messages 8.6 Numerical error and how to avoid it 8.7 Running time Time spent running ode 8.8 The odeinput language formally specifiedThe ode input language formally specified 8.9 Bibliography on odeand solving differential equationsBibliography on ode and ODE's
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |