Skip to content

AnoushkaVyas/Lorenz-Equations

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%