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

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

Python Implementation Of N-body Problem Issue

I am currently trying to implement the N-body problem using Euler's method for solving differen… Read more Python Implementation Of N-body Problem Issue