Class OdeRungeKuttaEx1

java.lang.Object
com.imsl.test.example.math.OdeRungeKuttaEx1

public class OdeRungeKuttaEx1 extends Object

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.
See Also:
  • Constructor Details

    • OdeRungeKuttaEx1

      public OdeRungeKuttaEx1()
  • Method Details