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

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

Runge-kutta 4th Order To Solve 2nd Order Ode System Using Python

I'm trying to solve system of two odes numerically by runge-kutta 4th order method. initial sys… Read more Runge-kutta 4th Order To Solve 2nd Order Ode System Using Python

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

Discontinuity In Results When Using Scipy.integrate.quad

I've discovered a strange behavior when using scipy.integrate.quad. This behavior also shows up… Read more Discontinuity In Results When Using Scipy.integrate.quad