Description Usage Arguments Details Value Author(s) See Also
The derivative function of an example two dimensional autonomous ODE system.
1 |
t |
Value of t, the independent variable, to evaluate the derivative at. Should be a single number. |
y |
Values of x and y, the dependent variables, to evaluate the derivative at. Should be a vector of length 2. |
parameters |
Values of the parameters of the system. Not required here. |
Evaluates the derivatives of the following coupled ODE system at the point (t, x, y):
dx/dt = x + 2*y, dy/dt = -2*x + y.
Format is designed to be compatible with ode from the deSolve package.
Returns a list dy containing the values of the two derivatives at (t, x, y).
Michael J. Grayling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.