Python Version of the Materials
The current version of these materials is designed for use with Python.
Texts
Videos
Example Files
Environment File
Matlab Version of the Materials
The previous version of these course materials was designed for use with Matlab. These older materials are available below.
Texts
Example Files
- Eigenvalue code fragment (eigen.m)
- Staggered Leapfrog M-file (stlf.m)
- Crank-Nicholson M-file (cranknicholson.m)
- Successive Over-Relaxation M-file (sor.m)
- Gas Dynamics main file (gas.m)
- Gas Dynamics rho step (Srho.m)
- Gas Dynamics T step (ST.m)
- Gas Dynamics v step (Sv.m)
- Korteweg-deVries Soliton M-file (kdv.m)
- Tri-Diagonal Matrix Solver (tridag.m)