Mathematica > Data Manipulation > Numerical Data > Curve Fitting & Approximate Functions >
Mathematica > Data Manipulation > Statistics > Curve Fitting & Approximate Functions >
Mathematica > Mathematics and Algorithms > Statistics > Curve Fitting & Approximate Functions >

InterpolatingFunction

InterpolatingFunction[domain, table]
represents an approximate function whose values are found by interpolation.
  • In standard output format, only the domain element of an InterpolatingFunction object is printed explicitly. The remaining elements are indicated by <>.  »
  • If you supply arguments outside of the domain, a warning is generated, and then an extrapolated value is returned.
Make an InterpolatingFunction object that will go through the given points:
In[1]:=
Click for copyable input
Only the domain is shown in standard output format:
In[2]:=
Click for copyable input
Out[2]=
Evaluate the function at a point in the domain:
In[3]:=
Click for copyable input
Out[3]=
Plot the function over its domain, showing the interpolation points:
In[4]:=
Click for copyable input
Out[4]=
 
Get an InterpolatingFunction object approximating the solution of a differential equation:
In[1]:=
Click for copyable input
Out[1]=
Plot the function and its derivative:
In[2]:=
Click for copyable input
Out[2]=
Find the indefinite integral of the solution:
In[3]:=
Click for copyable input
Out[3]=
In[4]:=
Click for copyable input
Out[4]=
New in 2 | Last modified in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team