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

Python: Approximating Ln(x) Using Taylor Series

I'm trying to build an approximation for ln(1.9) within ten digits of accuracy (so .641853861).… Read more Python: Approximating Ln(x) Using Taylor Series

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

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