|
多項式補間
|
|
|
説明
|
|
指定したデータ点の多項式補間を求めます。これはデータ点の数より 1 少ない次数の多項式を作成します。
|
補間を求めるためにデータ点のリストを指定します。
>
|
__p__ := [ [-5,5], [0,2], [4,0] ];
|
補間された多項式を求めます。
>
|
__l__ := CurveFitting[PolynomialInterpolation](__p__, __x__);
|
|
|
Download Help Document
Was this information helpful?