Skip to content

quantifying-chaos/logistic_bifurcation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logistic Bifurcation

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).

Build and Run instructions

  1. (Optional) Create and activate a python virtual environment with python -m venv .venv; source .venv/bin/activate
  2. Install required packages with pip install -r requirements.txt
  3. Run the program with python <filename>.py

You may also copy and paste the source code into a Jupyter Notebook

Wayland

To run on linux-wayland environment, set QT_QPA_PLATFORM=xcb before calling python.

References

[1]: Chaos in Dynamical Systems , Edward Ott, Cambridge University Press, 2002

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published