Semi-implicit Euler method

This is an old revision of this page, as edited by Jitse Niesen (talk | contribs) at 12:13, 3 March 2007 (light copyedit - needs more work; I'll ask the author for some clarifications). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, the Euler-Cromer algorithm is a modification of the Euler method for solving ordinary differential equations. It gives much better results for oscillatory solutions.

Given a pair of differential equations of the form

and initial conditions

the Euler-Cromer algorithm produces an approximate discrete solution by iterating

where is the timestep.

See also =