Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Curve Fitting & Approximate Functions >

ListInterpolation

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.
  • You can replace {xmin, xmax} etc. by explicit lists of positions for grid lines. The grid lines are otherwise assumed to be equally spaced.
  • array can be an array in any number of dimensions, corresponding to a list with any number of levels of nesting.
New in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team