/Interpolation_with_the_barycentric_formula.jl

Implementation of polynomial interpolation using the Barycentric Lagrange formula with Chebyshev points. The program computes polynomial interpolants for three different functions on specified intervals, and determines the polynomial degree necessary to ensure that the error does not exceed 1e-6

Primary LanguageJuliaMIT LicenseMIT

No issues in this repository yet.