Calculate Radial Kepler Equation using Julia
Below is a compact, self‑contained Julia implementation of the radial form of Kepler’s equation for an elliptic orbit.It solves for the true anomaly f (the angle measured from periapsis to the current radius vector) given the orbital…
Orbital Mechanics Angles in Julia
I am starting to get more into orbital dynamics. As a result, Julia is a new programming language that is rising in adaptation. I decided to port a Python version of an orbital dynamics library into Julia. Over the next few weeks, I would like to write…
What is Julia?
I posted a few posts tonight that use Julia as a language to accomplish some orbital mechanical tasks. I decided to take a step back and provide a brief overview of what Julia actually is. Their website is https://julialang.org/ and the language has been…