Wiki

Clone wiki

symja_android_library / Symbols / NIntegrate

NIntegrate

NIntegrate(f, {x,a,b})
compute the numerical univariate real integral of f with respect to x from a to b.

Examples

>>> NIntegrate[(x-1)*(x-0.5)*x*(x+0.5)*(x+1),{x,0,1},Simpson]
-0.0208333320915699

Updated