Mathematica 9 is now available

NDSolve (modified)FunctionInterpolation

ListInterpolation

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

FilledSmallSquareListInterpolation[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.

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

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

FilledSmallSquareListInterpolation[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 The Mathematica Book: Section 3.8.2.

FilledSmallSquare See also: FunctionInterpolation, ListContourPlot.

Further Examples

NDSolve (modified)FunctionInterpolation



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.