Skip to content

The best thing to happen to the logistic map since maps were invented

Notifications You must be signed in to change notification settings

wenm0tt/Organized-Chaos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Please read OC-README.pdf for a better understanding of the program.

There are a few installs required for the program to run. If you are on macOS:

pip3 install numpy
pip3 install Pillow

Otherwise, if you are on Windows:

pip install numpy
pip install Pillow

Then run the program. If your command line interpreter doesn't understand a module that is being imported, it is likely fixed by pip-installing the module.

Why do we need numpy and Pillow? Well, we make use of numpy's random function to iterate towards a fixed point. We use PIL's image saving service to save an image of the bifurcation diagram to the desktop.

About

The best thing to happen to the logistic map since maps were invented

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages