Skip to content

Python scripts and Jupyter notebook which have numerical routines to obtain the solution of the Lorenz Attractor using Runge-Kutta 4

Notifications You must be signed in to change notification settings

FedeSS99/Atractor-de-Lorenz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Lorenz Attractor Solver

There's available a Python script with the numerical routines to be executed with Cython to obtain greate computation velocity and a Jupyter notebook that has the same code structure as the previous Python script. Both formats solve the following coupled differential equations, which are called Lorenz Attractor, through the Runge-Kutta of 4th order:

The user is capable to give as input exact initial conditons and the values of the parameters shown in the equations; both of these numerical sets are used to solve the system.

About

Python scripts and Jupyter notebook which have numerical routines to obtain the solution of the Lorenz Attractor using Runge-Kutta 4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published