https://github.com/n-t-raghava/the_n-body_problem
N-Body Simulation Using Python This repository contains a Python implementation of an N-Body Simulation using vector-based physics. The code models the gravitational interaction between multiple bodies over time, calculating their positions, velocities, and accelerations based on Newton's laws of motion and gravitation.
https://github.com/n-t-raghava/the_n-body_problem
Last synced: 9 months ago
JSON representation
N-Body Simulation Using Python This repository contains a Python implementation of an N-Body Simulation using vector-based physics. The code models the gravitational interaction between multiple bodies over time, calculating their positions, velocities, and accelerations based on Newton's laws of motion and gravitation.
- Host: GitHub
- URL: https://github.com/n-t-raghava/the_n-body_problem
- Owner: N-T-Raghava
- Created: 2025-03-21T14:22:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-29T06:12:51.000Z (about 1 year ago)
- Last Synced: 2025-07-22T23:53:19.142Z (11 months ago)
- Language: Jupyter Notebook
- Size: 994 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The_N-body_Problem
N-Body Simulation Using Python This repository contains a Python implementation of an N-Body Simulation using vector-based physics. The code models the gravitational interaction between multiple bodies over time, calculating their positions, velocities, and accelerations based on Newton's laws of motion and gravitation.