Skip to content

br0hgue/Logistic-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The logistic map

A visualization of the logistic map

Originally Written by Jonny Hyman, 2020
Adapted by Me for a mathemathics essay

The original code was developed for this YouTube video from Veritasium

Quick start guide

to sucessfully run this code you need to install some requirements

Requirements

  • Python 3.6+
  • Numpy package : pip install numpy
  • Numba package : pip install numba
  • PyQt5 : pip install pyqt5
  • PyQtGraph : pip install pyqtgraph (Python 3.6, 3.7) or pip install pyqtgraph==0.11.0rc0 (Python 3.8)

Logistic Map - Interactive

python logistic_interactive.py example

Shortcuts:

  • Spacebar: play/pause
  • Backspace: reset view & animation

Changes made

  • Color changes
  • Animated the rates
  • Added point precision for the bifurcation plot

todo

  • Better perfomance
  • App launcher
  • Fix minor UI bugs

About

A visualisation of the logistic map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages