Content deleted Content added
Created stub |
Jitse Niesen (talk | contribs) light copyedit - needs more work; I'll ask the author for some clarifications |
||
Line 1:
Given a pair of [[differential equation]]s of the form
Line 9:
and initial conditions
:<math> (x_0,v_0), \quad</math>
the Euler-Cromer algorithm produces an approximate [[Discrete mathematics|discrete]] solution
:<math> v_{n+1} = v_n + a_n \Delta t \quad</math>
Line 17:
:<math> x_{n+1} = x_n + v_{n+1} \Delta t \quad</math>
where
== See also ===
{{math-stub}}▼
* [[Numerical ordinary differential equations]]
[[Category:Numerical differential equations]]
|