Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 364 Bytes

numerical-methods.rst

File metadata and controls

16 lines (11 loc) · 364 Bytes

Numerical methods

bodied NIntegrate(expr, x, x0, x1)

numerical integration

param x

integration variable

param x0

lower integration limit

param x1

upper integration limit

param expr

integrand

Numerically integrate expr over x from x0 to x1.

Integrate