zheng89120 Messages 139 Reaction score 0 Thread starter Oct 21, 2011 #1 What are the main differences between these four numerical methods? thanks
rcgldr Homework Helper Messages 8,947 Reaction score 687 Oct 21, 2011 #2 Did you try wikipedia? http://en.wikipedia.org/wiki/Eulers_method http://en.wikipedia.org/wiki/Runge-Kutta_method http://en.wikipedia.org/wiki/Leapfrog_integration In the wiki article for leapfrom integration, the integration of acceleration to velocity example is trapezoidal rule, (starting plus ending acceleration) / 2 = average acceleration for each time step. Last edited: Oct 21, 2011
Did you try wikipedia? http://en.wikipedia.org/wiki/Eulers_method http://en.wikipedia.org/wiki/Runge-Kutta_method http://en.wikipedia.org/wiki/Leapfrog_integration In the wiki article for leapfrom integration, the integration of acceleration to velocity example is trapezoidal rule, (starting plus ending acceleration) / 2 = average acceleration for each time step.