lorenz-problem
There are 4 repositories under lorenz-problem topic.
sadfool1/Lorenz-Equation-Solver-GUI-Python
Python App for solving the Lorenz Equation
glider4/Adams-Bashforth-Moulton_LORENZ
Using the Adams-Bashforth-Moulton method (with Runge-Kutta 4th order) to approximate the Lorenz problem. 3D result plotting using matplotlib.
johnnyawesome/LorenzAttractor
The famous Lorenz Attractor, implemented in P5JS.
glider4/Lorenz_RK4
Estimating the Lorenz Problem using Runge-Kutta 4th Order, NumPy, and plotting with Matplotlib