|
|
|||
|
|
| Interpolation[{f1, f2, ...}] x の値 |
| Interpolation[{{x1, f1}, {x2, f2}, ...}] x の値 xi に対応する関数の値 fi を補間する. |
| Interpolation[{{{x1, y1, ...}, f1}, {{x2, y2, ...}, f2}, ...}] 多次元データを補間する. |
| Interpolation[{{{x1, ...}, f1, df1, ...}, ...}] 関数の値とともに導関数も再生する補間を行う. |
| Interpolation[data, x] 点 x でデータ data の補間を求める. |