Class OdeAdamsGearEx1

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

public class OdeAdamsGearEx1 extends Object

Solves an ODE using the Adams-Gear method.

A mildly stiff ordinary differential equation problem is solved using a solver which implements the Adams-Gear method. The solution at time t=240 is printed.
See Also:
  • Constructor Details

    • OdeAdamsGearEx1

      public OdeAdamsGearEx1()
  • Method Details