Lesson 4 - Multi-body Problem: A better solution
Notes
Downloads
Python Libraries
Note: put these in the same directory as your .pynb notebooks.
Data
Galaxy snapshot files - different resolutions
Articles
- Integrators Article - this article describes the fundamental problems to solving the motions of multiple gravitating systems and discusses several solvers (including ones we’ve looked at in this class). (Calculus is involved.)
Links
Other exoplanets
Materials
- Lecture 4, Part 1 - Higher order solvers: (view,
source, present)
- Lecture 4, Part 2 - Onto N-body!: (view,
source, present)
- Notebook Part1_programming_hermite_notes_lesson04:
(view,
download)
- Notebook Part2_hermite_in2d_nbody:
(view,
download)
- Notebook Part3_programming_readWriteData_keplersData_lesson04:
(view,
download)
- Notebook inClass_lesson04:
(view,
download)