/lorenz_attractor

Generate basic animations of the Lorenz Attractor.

Primary LanguagePython

Lorenz Attractor Animation

Screenshot not available

This script implements a CLI that lets users specify inital conditions for up to five simultaneous Lorenz Attractors, and generates a corresponding animation of their motion.

Inspired by Quantitative Bytes, and created with Pygame.

First install required packages:

pip -r install requirements.txt

Then run:

python3 lorenz.py

By Andrew Kerr kerrand@protonmail.com