Module integrate

Source

Functionsยง

integrate
integrate_chebyshev
Numerically integrate an integral of the form int_-1^1 f(x) / sqrt(1 - x^2) dx within a tolerance.
integrate_chebyshev_second
Numerically integrate an integral of the form int_-1^1 f(x) sqrt(1 - x^2) dx within a tolerance.
integrate_fixed
Numerically integrate a function over an interval.
integrate_gaussian
Numerically integrate a function over an interval within a tolerance.
integrate_hermite
Numerically integrate an integral of the form int_-inf^inf f(x) exp(-x^2) dx within a tolerance.
integrate_laguerre
Numerically integrate an integral of the form int_0^inf f(x) exp(-x) dx within a tolerance.
integrate_simpson
Numerically integrate a function over an interval within a tolerance.