This project simulates the motion of a planet orbiting a star using Newton’s Law of Gravitation.
- Newton's Law of Gravitation
- Circular Motion
- Numerical Simulation
- Python
- NumPy
- Matplotlib
The simulation plots the orbit of a planet around a star.
- Add multiple planets
- Add 3D visualization
- Improve accuracy using better integration methods