Skip to content

MorcilloSanz/LorenzAttractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LorenzAttractor 🦋

The Lorenz attractor is a strange attractor living in 3D space that relates three parameters arising in fluid dynamics. It is one of the Chaos theory's most iconic images and illustrates the phenomenon now known as the Butterfly effect or (more technically) sensitive dependence on initial conditions

The model is a system of three ordinary differential equations now known as the Lorenz equations:

$\frac{dx}{dt} = \sigma(y - x)$

$\frac{dy}{dt} = x(\rho - z) - y$

$\frac{dz}{dt} = xy - \beta z$

One normally assumes that the parameters $\sigma$, $\rho$ and $\beta$ are positive. Lorenz used the values $\sigma = 10$, $\beta = 8/3$ and $\rho = 28$. The system exhibits chaotic behavior for these (and nearby) values

Lorenz Attractor Lorenz System

alt text

Dependencies

glfw
glew
glm
imgui

About

Lorenz Attractor rendered with Modern OpenGL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages