App-Physics-ParticleMotion
view release on metacpan or search on metacpan
App-Physics-ParticleMotion version 1.00
=======================================
tk-motion (and its implementation App::Physics::ParticleMotion)
is a tool to create particle simulations from any number of
correlated second order differential equations. From a more mathematical
point of view, one could also say it helps visualize the numeric solution
of such differential equations.
The program uses a 4th-order Runge-Kutta integrator to find the numeric
solution of the specified differential equations. We will walk through
an example configuration file step by step to show how the process works.
The format of the configuration files is the ordinary ini file format
as understood by Config::Tiny. (Should be self explanatory.)
INSTALLATION
lib/App/Physics/ParticleMotion.pm view on Meta::CPAN
$app->run();
# Using the script:
# tk-motion.pl filename
=head1 DESCRIPTION
tk-motion (and its implementation App::Physics::ParticleMotion)
is a tool to create particle simulations from any number of
correlated second order differential equations. From a more mathematical
point of view, one could also say it helps visualize the numeric solution
of such differential equations.
The program uses a 4th-order Runge-Kutta integrator to find the numeric
solution of the specified differential equations. We will walk through
an example configuration file step by step to show how the process works.
The format of the configuration files is the ordinary ini file format
as understood by Config::Tiny. (Should be self explanatory.)
=head1 EXAMPLES
( run in 0.579 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )