Description Usage Arguments Value
A wrapper for the ode function that solves a system of ordinary differential equations described using symbolic equations.
1 |
equations |
The equations describing the ODE system. See simode. |
pars |
The parameter values. Named according to their names in |
x0 |
The initial conditions. Named accroding to the names of |
time |
The time points for which the ODE variables' values will be computed. |
xvars |
External observations of time-dependant variables refered to in |
... |
Additional argument(s) for methods. |
A matrix whose first column contains the given time points and subsequent columns hold the computed ODE equations' values at these time points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.