| |
| |
|
| |
Data Interpolation
The curve fitting capabilities of Maple have been expanded by adding an ArrayInterpolation command for multi-dimensional data interpolation. Unlike the other commands in the CurveFitting package, which return interpolants, the goal of ArrayInterpolation is to provide quick and efficient data resampling and table lookup. This new routine provides the functionality to perform linear, cubic, spline, nearest, lowest, or highest interpolation, allowing for quick lookup of results or more refined results.
- New ability to apply interpolation methods on n-dimensional data sets
- Quick and efficient data resampling and table lookup
- Minimized memory usage and execution time by avoiding unnecessary storage and verification of redundant data
- Intermediate values computed linearly or against a function
|
 |
|
|
|