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

Newton Method For Transcendental Equation

Transcendental equation: tan(x)/x + b = 0, where b is any real number. I need to introduce n and gi… Read more Newton Method For Transcendental Equation

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

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