Lagrange polynomial and its subpolynomials
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).
Citation pour cette source
Jan Valdman (2025). Lagrange polynomial and its subpolynomials (https://fr.mathworks.com/matlabcentral/fileexchange/62120-lagrange-polynomial-and-its-subpolynomials), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- MATLAB > Mathematics > Elementary Math > Polynomials >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
lagrangePoly/
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 | Description updated. Title updated. | 
