Table of Contents
1. Basic Routines
- Machine Epsilon
- Absolute Error
- Relative Error
- First Order Initial Value Problem
- Logistic Differencial Equations
- Second Order, Linear, Constant Coefficient, DEQ
- Finite Difference Coefficients
- Gaussian Elimination
2. Elliptic Problems
- Thomas Algorithm
- LU Factorization
- Jacobi Iteration
- Initializing an Elliptic DE
- Matrix One Norm
- Matrix Infinity Norm
- Power Method
- Inverse Power Method
- 5 Point Stencil
- 9 Point Stencil
- Gauss-Seidel Method
- Conjugate Gradient Method
- Explicit Euler Method
- Explicit Euler Method Mulitiple Output
- Implicit Euler Method
- Runge Kutta 2nd Order Method
- Runge Kutta 4th Order Method
- Predictor Correcting Method