Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / New in Version 3.x / Numerical Computation /

ListInterpolation

FilledSmallSquare ListInterpolation[array] constructs an InterpolatingFunction object which represents an approximate function that interpolates the array of values given.

FilledSmallSquare ListInterpolation[array, xmin, xmax, ymin, ymax, ... ] specifies the domain of the grid from which the values in array are assumed to come.

FilledSmallSquare You can replace xmin, xmax etc. by explicit lists of positions for grid lines. The grid lines are otherwise assumed to be equally spaced.

FilledSmallSquare ListInterpolation[array] assumes grid lines at integer positions in each direction.

FilledSmallSquare array can be an array in any number of dimensions, corresponding to a list with any number of levels of nesting.

FilledSmallSquare ListInterpolation[array, domain] generates an InterpolatingFunction object which returns values with the same precision as those in array, domain.

FilledSmallSquare See notes for Interpolation.

FilledSmallSquare See Section 3.8.3.

FilledSmallSquare See also: FunctionInterpolation, ListContourPlot, Quantile.

FilledSmallSquare New in Version 3.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.