Package com.imsl.test.example.math
Class OdeRungeKuttaEx1
java.lang.Object
com.imsl.test.example.math.OdeRungeKuttaEx1
Solves an ODE using the Runge-Kutta-Verner method.
An ordinary differential equation problem is solved using a solver which implements the Runge-Kutta-Verner method. The solution at time t=10 is printed.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OdeRungeKuttaEx1
public OdeRungeKuttaEx1()
-
-
Method Details
-
main
- Throws:
IMSLException
-