Repository for code created in MATH 446 (Spring 2017) at George Mason University. All projects are implemented in MATLAB with some containing equivalent Python code.
Projects implement one or more seminal algorithms in numerical analysis.
- Bisection Method and Fixed Point Iteration
- More Fixed Point Iteration
- Newton's Method
- Inverse Quadratic Interpolation, Method of False Position, and Secant Method
- Gaussian Elimination and LU Decomposition and Solve
- Forward and Backward Error and Condition Number of a Matrix
- Gauss-Seidel Method, Jacobi Method, and Successive Over Relaxation
- Conjugate Gradient Method
- Broyden's Method I and II and Multivariate Newton's Method
- Newton's Divided Differences
- Cubic Splines
- Least Squares