Skip to content Skip to sidebar Skip to footer
Showing posts with the label Integral

Using Scipy.quad With Iε Trick: Bad Results

In order to circumvent the cauchy principle value, I tried to integrate an integral using a small s… Read more Using Scipy.quad With Iε Trick: Bad Results

Multiple Integral Using Scipy.integrate.nquad - Errors On Lambda Function

I attempt the following multiple integral in the code below for a higher-than-bivariate version (n=… Read more Multiple Integral Using Scipy.integrate.nquad - Errors On Lambda Function

Best Way To Write A Python Function That Integrates A Gaussian?

In attempting to use scipy's quad method to integrate a gaussian (lets say there's a gaussi… Read more Best Way To Write A Python Function That Integrates A Gaussian?

Sympy Fails To Integrate The Product Of A Piecewise Continuous Function And A Complex Function Across The Discontinuity

If I do: from sympy import * x, L = symbols('x L', real=True) f = Piecewise((1, x Soluti… Read more Sympy Fails To Integrate The Product Of A Piecewise Continuous Function And A Complex Function Across The Discontinuity