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

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

Numerical Integration Python

I need to reduce the running time for quad() in python (I am integrating some thousands integrals).… Read more Numerical Integration Python