This repository contains the code for the blog post on Runge-Kutta methods for solving ODEs. For further details, please refer to this post.
For reproducibility:
conda create -n orbit -y python=3.9
conda activate orbit
conda install mamba -y
mamba install -y numpy matplotlib scikit-learn ipykernel