Description Usage Arguments Details Value
View source: R/ode1EulerScheme.R
One dimensional first order ODE solver.
1 | ode1.EulerScheme(dynamics, y0, t0 = 0, tn = 1, n = 1000)
|
dynamics |
the function of t and y in the explicit ODE y'=f(t,y) |
y0 |
the initial value |
t0 |
the initial value input |
tn |
the terminal value input |
n |
the number of sub-intervals to use, defaults to 1000 |
f
must be a function of time and the state variable y
data.frame of the time grid and solution grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.