Skip to content

FabrizioMusacchio/Lorenz_Attractor

Repository files navigation

Lorenz system and Lorenz attractor

This repository contains the code for the blog post on Solving the Lorenz system using Runge-Kutta methods. For further details, please refer to this post.

img

For reproducibility:

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

About

This repository contains the code for the blog post on Solving the Lorenz system using Runge-Kutta methods. For further details, please refer to this post.

Topics

Resources

Stars

Watchers

Forks

Languages