lorenz-solver
There are 3 repositories under lorenz-solver topic.
sadfool1/Lorenz-Equation-Solver-GUI-Python
Python App for solving the Lorenz Equation
massovercharge/LorenzAttractor
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://github.com/SIP-AAU/PhD-Python-1)
ShrirajHegde/lorenz_system-rk4
Numerically Solving and Visualising Lorenz system by Runge Kutta Method (4th order) in Fortran and Gnuplot