This interface represents a first order differential equations set.
This interface should be implemented by all real first order differential equation problems before they can be handled by the integrators {@link FirstOrderIntegrator#integrate} method.
A first order differential equations problem, as seen by an integrator is the time derivative dY/dt
of a state vector Y
, both being one dimensional arrays. From the integrator point of view, this derivative depends only on the current time t
and on the state vector Y
.
For real problems, the derivative depends also on parameters that do not belong to the state vector (dynamical model constants for example). These constants are completely outside of the scope of this interface, the classes that implement it are allowed to handle them as they want.
@see FirstOrderIntegrator
@see FirstOrderConverter
@see SecondOrderDifferentialEquations
@version $Revision: 620312 $ $Date: 2008-02-10 12:28:59 -0700 (Sun, 10 Feb 2008) $
@since 1.2