The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

exponentials - Perl script to test Math::RungeKutta

SYNOPSIS

 perl examples/exponentials

DESCRIPTION

This script uses Math::RungeKutta to integrate the exponential equations dy/dt=y/2 and dy/dt=y from t=0, y=1 to t=2

It uses Term::Clui to give you a choice of the various methods that Math::RungeKutta offers, and of a selection of timestep values or error criteria.

AUTHOR

Peter J Billam www.pjb.com.au/comp/contact.html

SEE ALSO

examples/sine-cosine examples/three-body Math::RungeKutta, Term::Clui