orbit
orbit copied to clipboard
Simulate Gravity Force
Simulate Solar Orbit in Python
The repo includes three implementations of simulation.
- File
solar_orbit_2d.pyplot the 2d orbit with Matplotlib
- File
solar_orbit_3d_plt.pyplot the 3d orbit with Matplotlib3d
- File 'solar_orbit_3d_ipyvolume.py' plot 3d orbit with ipyvolume

- File 'three_body.py' simulate a three body orbit
