InterpolatingPolynomial
Usage
• InterpolatingPolynomial[data, var] 给出以 var 为自变量的一个精确拟合一组数据的多项式。
•  可以用  , , , ...  替换,指定了在点  处的导数。
Notes
• 有长度为  的数据列表, InterpolatingPolynomial给出了次数为 的多项式。• InterpolatingPolynomial 给出了牛顿形式的适合于数值计算的插值多项式。
Further Examples
This constructs a polynomial with the values , , , at the points , , , .
In[1]:=
|
Out[1]=
|
This gives a polynomial whose graph passes through the three points given in the list.
In[2]:=
|
Out[2]=
|
|