Lagrange polynomial and its subpolynomials

版本 1.0.0.0 (17.2 KB) 作者: Jan Valdman
Construction of the Lagrange interpolation polynomial from its definition.
131.0 次下载
更新时间 2017/3/18

查看许可证

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).

引用格式

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

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Polynomials 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Description updated.

Title updated.