David Joiner, The Shodor Education Foundation, Inc.
Contributor
None listed
Publisher
None listed
Description
The Diffeq class is designed to solve for the solution of a system of first order differential equations x'(x,t) = f(x,t). Versions are provided in C++ and Java. Algorithms used include Euler's method, improved Euler's method, and the 4th order Runge Kutta method.