Skip to content
#

n-body

Here are 43 public repositories matching this topic...

N-body space simulator that uses the Runge-Kutta 4 numerical integration method to solve two first order differential equations derived from the second order differential equation that governs the motion of an orbiting celestial. Also has preset demos for two-body and three-body circular orbits which use parametric equations. Uses the SFML (Simp…

  • Updated Jun 2, 2017
  • C++

The n-body problem is important in physics in understanding how objects interact with each other via its laws, including the conservation of energy and momentum and Newton's Law of Universal Gravitation. This project uses C++ and CUDA to tackle this problem and uses Python and Matplotlib to visualize the results.

  • Updated May 16, 2022
  • C++

Improve this page

Add a description, image, and links to the n-body topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the n-body topic, visit your repo's landing page and select "manage topics."

Learn more