Python App for solving the Lorenz Equation
-
Updated
Jun 4, 2020 - Python
Python App for solving the Lorenz Equation
Numerically Solving and Visualising Lorenz system by Runge Kutta Method (4th order) in Fortran and Gnuplot
This program implements the Lorenz Attractor in python 3.7.4. The model consists of three coupled first order ordinary differential equations which has been implemented using a simple Euler approach. The implementation is based on a project template for the Aalborg University course "Scientific Computing using Python, part 1" (found at https://g…
Add a description, image, and links to the lorenz-solver topic page so that developers can more easily learn about it.
To associate your repository with the lorenz-solver topic, visit your repo's landing page and select "manage topics."