Lagrange polynomial and its subpolynomials

Construction of the Lagrange interpolation polynomial from its definition.
130 download
Aggiornato 18 mar 2017

Visualizza la licenza

Given a set of n discrete points xp, the function computes coefficients of n Lagrange subpolynomials L_1(x), L_2(x), ...., L_n(x) satisfying the property L_i(xp_j)=0 if i~=j, L_i(xp_j)=1 if i=j, for i,j=1,...,n. A linear combination (with coefficients yp) of these subpolynomials defines a Lagrange polynomial passing through points (xp,yp).

Cita come

Jan Valdman (2024). Lagrange polynomial and its subpolynomials (https://www.mathworks.com/matlabcentral/fileexchange/62120-lagrange-polynomial-and-its-subpolynomials), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Polynomials in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Description updated.

Title updated.