|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| Interpolation[{f1, f2, ...}] constructs an interpolation of the function values fi, assumed to correspond to x values |
| Interpolation[{{x1, f1}, {x2, f2}, ...}] constructs an interpolation of the function values fi corresponding to x values xi. |
| Interpolation[{{{x1, y1, ...}, f1}, {{x2, y2, ...}, f2}, ...}] constructs an interpolation of multidimensional data. |
| Interpolation[{{{x1, ...}, f1, df1, ...}, ...}] constructs an interpolation that reproduces derivatives as well as function values. |
| Interpolation[data, x] find an interpolation of data at the point x. |