You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three-Body Problem Simulation - A Python-based simulation of the Three-Body Problem with both 2D and 3D visualizations. Uses `matplotlib` and `scipy` to model gravitational interactions and animate orbital trajectories. 🚀🔭
The program tries to build a K-means-clustering algorithm through a mathematical model. Instead of using built-in functions for realizing the K-means clustering of data, the concept behind the K-means algorithm has been realized through mathematical operations.