Skip to content

Latest commit

 

History

History

LorenzSystem

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Lorenz system

Usage

Simply call the function with the parameters of the system you want :

plot_lorenz_system(rho= 28,sigma= 10,beta= 8/3)

Lorenz

Explanation

The Lorenz system is the following system of ordinary differential equations :

$$\frac{\mathrm {d} x}{\mathrm {d} t}=\sigma (y-x)\\ {\frac {\mathrm {d} y}{\mathrm {d} t}}=x(\rho -z)-y\\ {\frac {\mathrm {d} z}{\mathrm {d} t}}=xy-\beta z$$