Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabriziomusacchio/orbit
- Owner: FabrizioMusacchio
- Created: 2023-07-17T20:59:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-17T21:01:27.000Z (over 1 year ago)
- Last Synced: 2023-07-17T22:21:33.206Z (over 1 year ago)
- Topics: celestial-mechanics, orbit, orbital-mechanics, python, runge-kutta, runge-kutta-4, runge-kutta-methods
- Language: Python
- Homepage: https://www.fabriziomusacchio.com/blog/2020-10-03-runge_kutta/
- Size: 29.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```