This is an academic project for Numerical Analysis Course by Prof. Saeed Kazem in spring 2020. We aimed to implement QR Decomposition (also called the QR factorization) using Gram-Schmidt. You can ...
Lagrange Interpolation is a polynomial interpolation method that expresses the interpolating polynomial as a linear combination of Lagrange basis polynomials. It is particularly useful when the data ...