Numerical Methods: Notebooks
Notebooks
A collection of jupyter notebooks, referenced in the lecture notes, can be found here:
- Taylor Series: web, or python script, or ipynb.
- Number Representations: web, or python script, or ipynb.
- Linear Solvers: web, or python script, or ipynb.
- Application of Secant Method Solver: web, or python script, or ipynb.
- Nonlinear Solvers: web, or python script, or ipynb.
- Runge’s Phenomena: web, or python script, or ipynb.
- Lagrange Polynomials: web, or python script, or ipynb.
- Iterative Solvers: web, or python script, or ipynb.
- Integration: web, or python script, or ipynb.
- ODE Solvers: web, or python script, or ipynb.