FabrizioMusacchio / runge_kutta_methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runge-Kutta methods

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

img

For reproducibility:

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

About


Languages

Language:Python 100.0%