NIntegrate
Usage Message: NIntegrate[f, {x, xmin, xmax}] gives a numerical approximation to the integral of f with respect to x
from xmin to xmax. Attributes[NIntegrate] = {HoldAll, Protected} Options: AccuracyGoal
-> Infinity Compiled
-> True GaussPoints
-> Automatic MaxPoints
-> Automatic MaxRecursion
-> 6 Method
-> Automatic MinRecursion
-> 0 PrecisionGoal
-> Automatic SingularityDepth
-> 4 WorkingPrecision
-> 16 Related Symbols: NDSolve
NSum
Notes: Possible values for the Method
option are Automatic
, GaussKronrod
, DoubleExponential
, Trapezoidal
, Oscillatory
, MultiDimensional
, MonteCarlo
, and QuasiMonteCarlo
.
Additional Online Documentation:
Mathematica 3.0
http://documents.wolfram.com/v3/RefGuide/NIntegrate.html
Mathematica 4.0
http://documents.wolfram.com/v4/RefGuide/NIntegrate.html
Questions or comments? Send email to support@wolfram.com.
| |