Skip to content

96mat/Halvorsern_Attractor_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Halvorsen Chaotic Attractor

A Python code in order to illustrate and animate the Halvorsen chaotic attractor, which is described by a particular system of 3 non-linear ODEs.

$$ \begin{align} \begin{cases} \frac{dx}{dt}=-ax-4y-4z-y^2\\ \frac{dy}{dt}=-ay-4z-z^2\\ \frac{dz}{dt}=-az-4x-4y-x^2 \end{cases} \end{align} $$

Here the link for the Animated Gif image info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published