Numerical methods

NIntegrate(x, x0, x1) expr

numerical integration

Parameters:
  • x – integration variable
  • x0 – lower integration limit
  • x1 – upper integration limit
  • expr – integrand

Numerically integrate expr over x from x0 to x1.

See also

Integrate()