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

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

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