backwardEuler | R Documentation |
backward Euler (aka implicit Euler) scheme Solves ODE: E \dot{x} = A x + b
backwardEuler(E, A, b, dt = timestep, nt = steps)
b |
stationary input vector |
a matrix of state vector snapshots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.