orbital-mechanics

Python implementation of n-body problem issue

Python implementation of n-body problem issue Question: I am currently trying to implement the N-body problem using Euler’s method for solving differential equations. However, the graphical outputs do not seem correct, and I’m not sure where the issue in my code is after a while of testing. I’m currently using approximate values for Alpha Centauri …

Total answers: 1

Errors while solving ODE's python

Errors while solving ODE's python Question: I have a university project in which we are asked to simulate a satellite approach to Mars using ODE’s and SciPy’s odeint function. I manage to simulate it in 2D by making a second-order ODE into two first-order ODE’s. However I am stuck in the time limitation because my …

Total answers: 1