Skip to content Skip to sidebar Skip to footer
Showing posts with the label Numerical Integration

Python: Integrating A Piecewise Function

I want to integrate a piecewise a defined function that is multiplied by the Legendre polynomials. … Read more Python: Integrating A Piecewise Function

Cannot Import X Problem. Stiff Ode Solver For Oregonator Model

The error comes from attempting to import the Radau method from scipy.integrate (needed because the… Read more Cannot Import X Problem. Stiff Ode Solver For Oregonator Model

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

Efficiently Compute Inverse Fourier Transform

The following code was suggested in the very nice answer to this question here. My question about i… Read more Efficiently Compute Inverse Fourier Transform