(no title)
ddahlen | 6 months ago
Source: Working on my PhD in orbital mechanics of asteroids/comets, here are my open source (python/rust) orbital integration tools: https://github.com/dahlend/kete
ddahlen | 6 months ago
Source: Working on my PhD in orbital mechanics of asteroids/comets, here are my open source (python/rust) orbital integration tools: https://github.com/dahlend/kete
keepamovin|6 months ago
wiz21c|6 months ago
ddahlen|6 months ago
Here is a heavily used method in astronomy, this involves a higher order polynomial expansion than RK4.
This method has been extended a few times, my code uses a variation of it, and I know of several other projects which are also descended from it.