euler_update | R Documentation |
A Euler method state updater.
euler_update(h_list, dh_list, dt)
h_list |
The initial state of the ODE. |
dh_list |
description |
dt |
The time step to update the initial state with. |
The updated state of the ODE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.