Methods in numerical analysis. Includes: Lagrange interpolation, Chebyshev polynomials for optimal node spacing, iterative techniques to solve linear systems (Gauss-Seidel, Jacobi, SOR), SVD, PCA, and ...
In this project, I implemented Lagrange interpolation of first, second, and third order using MATLAB. I worked with a given dataset and explored how different interpolation orders affect the accuracy ...