APMA2821N - Notes and Codes
Below are additional notes and Matlab scripts of codes used in class
1. 1/29/12 Class
2. 2/1/12 Class
- Convergence of forward Euler for scalar case [CODE]
- Convergence of forward Euler for system case [CODE]
- Visualization of system case [CODE]
- Special case with lower convergence [CODE]
- Special case with higher convergence [CODE]
3. 2/15/12 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. 2/29/12 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]
- Notes on rooted trees [NOTE]
5. 3/7/12 Class
- 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]
- Article on limits to stage growth of stability region [NOTE]
- Wikipedia page on Pade tables for the exponential [LINK]
6. 3/14/12 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. 4/4/12 Class
8. 4/11/12 Class
- Adam-Bashforth stability regions [CODE]
- Adam-Moulton stability regions [CODE]
- BDF stability regions [CODE]
9. 4/18/12 Class