Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 853 Bytes

README.md

File metadata and controls

57 lines (31 loc) · 853 Bytes

Lorenz-Equations

Lorenz equations Differential Equations project. This project analyses the Lorenz differential equations and displays its applications.

Environment setup

  1. Create a conda environment with the environment.yml file and activate the environment

    conda env create -f environment.yaml
    conda activate DE

Running the code

  1. Lorenz attractor, Bifurcation plots, live plotting

    python lorenz.py
  2. Chua's circuit chaos 3D graph and 2D graph

    python chuachaos.py
  3. Chua's diode resistance vs. current

    python chuadiode.py
    
  4. Lyapunov distance vs. time

    python lyapunov.py
    

Screenshots

Code screenshots can be found in screenshots directory.

Contributors

  • Anoushka Vyas

  • Rahul Sajnani

  • Saumya Shah