|
|
|||
|
|
| Function Approximations Package Symbol | Tutorials »|See Also »|More About » |
| NIntegrateInterpolatingFunction[f, {x, xmin, xmax}]] gives a numerical approximation to an integral with InterpolatingFunction objects in the integrand. |
| NIntegrateInterpolatingFunction[f, {x, xmin, xmax}, {y, ymin, ymax}, ...] gives a numerical approximation to a multidimensional integral. |
Needs["FunctionApproximations`"] A trapezoidal approximation to
Since Using NIntegrateInterpolatingFunction produces a slightly more accurate answer without any error messages:
In this case the integrand is simply an interpolating function, so you can use Integrate to check:
|
| © 2013 Wolfram Research, Inc. |