This repository contains several independent python scripts on logistic functions.
The script ./src/logistic_bifurcation.py
reproduce the logistic bifurcation diagram similar to figure 2.11 in [EO][1] (see references).
- (Optional) Create and activate a python virtual environment with
python -m venv .venv; source .venv/bin/activate
- Install required packages with
pip install -r requirements.txt
- Run the program with
python <filename>.py
You may also copy and paste the source code into a Jupyter Notebook
To run on linux-wayland environment, set QT_QPA_PLATFORM=xcb
before calling python.
[1]: Chaos in Dynamical Systems , Edward Ott, Cambridge University Press, 2002