Documentation of 'vmm3d.ode.ODE_1D' Java class
ODE_1D
vmm3d.ode

Class ODE_1D

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.ChangeListener, Decorateable, Parameterizable
    Direct Known Subclasses:
    ODE1stOrder1D


    public abstract class ODE_1D
    extends ODE_2D
    Represents a first order ODE exhibit y' = f(y,t). This is subsumed under the ODE_2D class by the standard trick; namely setting x'(t) = 1 and x(0) = t_0 (so that x(t) = t_0 + t) and putting y' = f(y,x).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.