APMA2811F - Notes and Codes
Below are additional notes and Matlab scripts of codes used in class
1. 9/9/09 Class
2. 9/23/09 Class
- Convergence of forward Euler for scalar case [CODE]
- Convergenve of forward Euler for system case [CODE]
- Visualization of system case [CODE]
- Special case with lower convergence [CODE]
- Special case with higher convergence [CODE]
- Forward Euler using compensated summation [CODE]
3. 9/30/09 Class
- Stability test for scalar forward Euler [CODE]
- Stability test for system forward Euler [CODE]
- Stability test for system backward Euler [CODE]
- Stability region/surface for forward Euler [CODE]
- Stability region/surface for backward Euler [CODE]
- Backward Euler solved using point iteration [CODE]
- Backward Euler solved using a Newton iteration [CODE]
- Stability region/surface for Crank-Nicholson [CODE]
- Stability region/surface for 2nd order ERK [CODE]
- Comparison of schemes for stiff problem [CODE]
- Stability region/surface for 2nd order Adam-Bashforth [CODE]
- Stability region/surface for 4th order ERK [CODE]
4. 10/7/09 Class
- Stability region/surface for 2nd order ERK [CODE]
- Stability region/surface for 3rd order ERK [CODE]
- Stability region/surface for 4th order ERK [CODE]
- Failure of simple RK order condition test [CODE]
- Failure of scalar/system RK order conditions [CODE]
5. 10/21/09 Class
- Notes on rooted trees [NOTE]
- Failure of simple RK order condition test [CODE]
- Deformation of 2nd order, 3 stage RK stability region [CODE]
- Adaptive ERK code with embedded error estimator [CODE]
- Right hand side for gravitational problem [CODE]
6. 10/28/09 Class
- Article on limits to stage growth of stability region [NOTE]
- Wikipedia page on Pade tables for the exponential [LINK]
- Stiff problem and order reduction [CODE]
- Right hand side for test problem [CODE]
7. 11/04/09 Class
8. 11/11/09 Class
- Adam-Bashforth stability regions [CODE]
- Adam-Moulton stability regions [CODE]
- BDF stability regions [CODE]
9. 11/18 Class
- Notes on Geometric Integration [NOTE]