Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
28 lines (16 loc) · 1.06 KB

File metadata and controls

28 lines (16 loc) · 1.06 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

N-Body-Problem

Numerical simulation of the classic n-body-problem using python and julia.

For some background information (German only) see: http://www.tat.physik.uni-tuebingen.de/~kley/lehre/cp-prakt/projekte/projekt-speith.pdf

Input data can be found on this website: http://www.pit.physik.uni-tuebingen.de/~speith/Projekt1/

Example problem solved with...

Euler method

Euler method gif

Verlet algorithm

Verlet algorithm gif

Euler-Cormer method

Euler-Cormer method gif

Simple solar system simulation

Solar system gif

I couldn't find any data for the relative coordinates of the bodies, so I went with placing them on one axis in the distance of their radii and just shot them straight up according to v=√(GM/r).

Morty Proxy This is a proxified and sanitized view of the page, visit original site.