Visualize chaos with your own chosen parameters.
3D Lorenz Attractor : 3D representation of the Lorenz Attractor
2D Lorenz Attractor : 2D representation of the Lorenz Attractor's axes and dimension
Logistic Map : 2D Representation of Logistic Map
- Computes and graphs Lorenz Attractors using values sigma, beta, Rho and time inputted by the user.
- Trajectory curve graphs, XY, YZ and XZ axis matplotlib graph visuals.
- Logistic Map using an inputted value for the r axis. Bifurcation can be controlled by the number of iterations given by the user.
git clone https://github.com/DorsaRoh/https://github.com/DorsaRoh/Chaos-Theory
cd Chaos-Theory
pip install numpy matplotlib scipy
or
pip install -r requirements.txt
Enter your parameters in parameters.py file
Run file
python run *file name of desired chaotic system*
For example:
python 3D_lorenzattractor.py