the initial (state) values for the DE system. If y
has a name attribute, the names will be used to label the output
matrix.
dyini
the initial derivatives of the state variables of the DE
system.
times
time sequence for which output is wanted; the first
value of times must be the initial time.
method
the solver to use
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
hmax
maximal size of step; if too large: will fail.
...
additional arguments passed to the solver .
Value
A matrix of class deSolve with up to as many rows as elements in
times and as many
columns as elements in yini, plus an additional column (the first)
for the time value.
There will be one row for each element in times unless the
solver returns with an unrecoverable error. If
yini has a names attribute, it will be used to label the columns
of the output value.