NMM: Week 4 - Finite Differences: ODE's



This section explores finite difference methods for solving ordinary differential equations (ODEs). In particular we look at approximation error in Heun's method (a.k.a. "Improved Euler") using a Taylor expansion, and fixed step size Euler vs Runga-Kutta in the solution to a simple harmonic oscillator (SHO)


It appears you don't have a PDF plugin for this browser. You can click here to download the PDF


Here is an output of the Euler method to solve y''(t)+y(t)=0 :


It appears you don't have a PDF plugin for this browser. You can click here to download the PDF


NMM 2014