|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Numerical Data
>
Curve Fitting & Approximate Functions
>
FunctionInterpolation
BUILT-IN MATHEMATICA SYMBOL
FunctionInterpolation
FunctionInterpolation[expr, {x, xmin, xmax}]
evaluates expr with x running from
to
and constructs an InterpolatingFunction object which represents an approximate function corresponding to the result.
FunctionInterpolation[expr, {x, xmin, xmax}, {y, ymin, ymax}, ...]
constructs an InterpolatingFunction object with several arguments.
Details and OptionsDetails and Options
- You can use FunctionInterpolation to generate a single InterpolatingFunction object from an expression containing several such objects.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Computes an InterpolatingFunction representation of Exp[-Sin[x]^2]:
| In[1]:= |
| Out[1]= |
Use the resulting function as any function:
| In[2]:= |
| Out[2]= | ![]() |
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

