Propagate Orbits with Runge-Kutta in Python, Differential Equations | Orbital Mechanics with Pyth...

Опубликовано: 18 Апрель 2026
на канале: Alfonso Gonzalez - Astrodynamics & SE Podcast
5,150
110

In this video, we connect the mathematics covered in the last three videos (including Newton's law of universal gravitation, ordinary differential equations, and methods for solving them) and how to implement these equations in Python to create orbital mechanics simulations.

This means we'll implement Newton's law of universal gravitation as the ordinary differential function for the two-body problem.

GitHub Repository: https://github.com/alfonsogonzalez/AWP
Astrodynamics Interactive Demo: https://alfonsogonzalez.github.io/AWP/

#orbitalmechanics #astrodynamics #python