Skip to content

In this code I have solved with three specific methods the N bodies problem with some examples. In fact, I have used the Euler explicit, Runge Kutta 2 and 4 methods . For the examples, I took the data from NASA Database to illustrate the problem. As a result, you will able, with this code, to can plot the Solar system, the trajectory of Voyager …

Notifications You must be signed in to change notification settings

Damien3008/N-bodies-problem

Repository files navigation

N-Bodies Problem

This project tackles the N-bodies problem, implementing three numerical methods: Euler Explicit, Runge-Kutta 2, and Runge-Kutta 4. Using real data from the NASA Database, this code can simulate and visualize the motion of celestial bodies in the Solar System. You can plot various scenarios such as:

  • The Solar System
  • The trajectories of Voyager 1 and Voyager 2
  • The path of Halley's Comet

These examples help to illustrate the complex gravitational interactions between multiple bodies in space.

Overview of Project

About

In this code I have solved with three specific methods the N bodies problem with some examples. In fact, I have used the Euler explicit, Runge Kutta 2 and 4 methods . For the examples, I took the data from NASA Database to illustrate the problem. As a result, you will able, with this code, to can plot the Solar system, the trajectory of Voyager …

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages