Numerical Integration of Functions
You can numerically evaluate definite integrals of (well behaved) user defined functions.
Integration methods include: trapezoidal, Romberg or Gaussian Quadrature.
You can integrate complex-valued functions.
Gaussian Quadrature has an optional adaptive algorithm to subdivide the integration range optimally.
Multidimensional integrations can be performed by nested 1D integrations.
Last updated: Wednesday, December 6, 2006