Content deleted Content added
m →The method: missed some renaming |
m →The method: more missed renames |
||
Line 27:
where <math> \Delta t </math> is the time step and <math>t_n = t_0 + n\Delta t</math> is the time after ''n'' steps.
The difference with the standard Euler method is that the
The semi–implicit Euler is a [[Numerical ordinary differential equations#Consistency and order|first-order integrator]], just as the standard Euler method. This means that it commits a global error of the order of Δt. However, the semi–implicit Euler method is a [[symplectic integrator]], unlike the standard method. As a consequence, the semi–implicit Euler method almost conserves the energy (when the Hamiltonian is time-independent). Often, the energy increases steadily when the standard Euler method is applied, making it far less accurate.
|