Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 287 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 287 Bytes

3-body-problem

Solving the 3-body problem with a Runge-Kutta-Fehlberg algorithm with adaptive timestep.

Pythagorean Initial Conditions

These are the default initial conditions (masses and distances at 3:4:5 ratio) set in the script until more are added.

Merry-Go-Round (WIP)