Documentation of 'vmm3d.ode.secondorder1D.ODE2ndOrder1D' Java class
ODE2ndOrder1D
vmm3d.ode.secondorder1D

Class ODE2ndOrder1D

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


    public abstract class ODE2ndOrder1D
    extends ODE1stOrder2D
    Represents a second order ODE exhibit x'' = f(x,x',t). This is subsumed under the ODE_2D first order class by the standard trick; namely setting x'(t) = y and y'' = f(x,y,t).
    • Constructor Detail

      • ODE2ndOrder1D

        public ODE2ndOrder1D()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.