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

Finding Complex Roots From Set Of Non-linear Equations In Python

I have been testing an algorithm that has been published in literature that involves solving a set … Read more Finding Complex Roots From Set Of Non-linear Equations In Python

Differentiate A 2d Cubic Spline In Python

I'm using interpolate.interp2d() to fit a 2-D spline over a function. How can I get the first d… Read more Differentiate A 2d Cubic Spline In 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