Usage
E5 (times = c(0, 10^(seq(-5, 12, by = 0.1))), yini = NULL,
parms = list(), atol = 1.11e-24, rtol = 1e-6, maxsteps = 1e5, ...)
Arguments
yini
the initial (state) values for the DE system. If y
has a name attribute, the names will be used to label the output
matrix.
times
time sequence for which output is wanted; the first
value of times
must be the initial time.
parms
list of parameters that overrule the default parameter values
atol
absolute error tolerance, either a scalar or a vector,
one value for each y.
rtol
relative error tolerance, either a scalar or a vector,
one value for each y,
maxsteps
maximal number of steps per output interval taken by
the solver
...
additional arguments passed to the solver .