|
|
|||
|
|
| ListInterpolation[array] constructs an InterpolatingFunction object which represents an approximate function that interpolates the array of values given. |
| ListInterpolation[array, {{xmin, xmax}, {ymin, ymax}, ...}] specifies the domain of the grid from which the values in array are assumed to come. |
Construct an approximate function that interpolates the data:
Apply the function to find interpolated values:
Plot the interpolation function:
Compare with the original data:
Construct an approximate function with the x values equally spaced on the interval
Apply the function to find interpolated values:
Plot the interpolation function with the original data:
Construct an approximate function that interpolates the values from an array of values:
Plot the function with the original data:
|
| © 2013 Wolfram Research, Inc. |