Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabriziomusacchio/orbit

This repository contains the code for the blog post on Runge-Kutta methods for solving ODEs. For further details, please refer to this post.
https://github.com/fabriziomusacchio/orbit

celestial-mechanics orbit orbital-mechanics python runge-kutta runge-kutta-4 runge-kutta-methods

Last synced: 1 day ago
JSON representation

This repository contains the code for the blog post on Runge-Kutta methods for solving ODEs. For further details, please refer to this post.

Awesome Lists containing this project

README

        

# Orbit

This repository contains the code for the blog post on [Runge-Kutta methods for solving ODEs](https://www.fabriziomusacchio.com/blog/2020-10-03-runge_kutta/). For further details, please refer to this post.

![img](satellites_orbit.gif)

For reproducibility:

```powershell
conda create -n orbit -y python=3.9
conda activate orbit
conda install mamba -y
mamba install -y numpy matplotlib scikit-learn ipykernel
```