Atrator-de-Lorenz-em-Python

3D animation of Lorenz's Attractor trajectory, implemented in Python using the 4th order Runge-Kutta method.

Atrator-de-Lorenz-em-Python

Theory

The Lorenz attractor is a set of chaotic solutions of a system of ordinary differential equations called the Lorenz system. First studied by Edward Lorenz with the help of Ellen Fetter, who developed a simplified mathematical model for atmospheric convection. The model is a system of three ODEs:

68747470733a2f2f77696b696d656469612e6f72672f6170692f726573745f76312f6d656469612f6d6174682f72656e6465722f7376672f37393238303034643538393433353239613762653737343537356136326361343336613832613766

The state variables are x, y and z. The rate at which states are changing is denoted by dx/dt, dy/dt and dz/dt respectively. The constants σ, ρ and β are the physical parameters.

GitHub

https://github.com/Hevenicio/Atrator-de-Lorenz-em-Python