Update README.md

This commit is contained in:
Alex Spataru 2024-11-29 13:31:04 -05:00 committed by GitHub
parent 2b65273c5f
commit 42cd82b51f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,15 +15,13 @@ The Lorenz system, introduced by Edward Lorenz in 1963, is a set of three couple
The system is governed by the following equations: The system is governed by the following equations:
$$ $$
\[
\frac{dx}{dt} = \sigma (y - x) \frac{dx}{dt} = \sigma (y - x)
\] $$
\[ $$
\frac{dy}{dt} = x (\rho - z) - y \frac{dy}{dt} = x (\rho - z) - y
\] $$
\[ $$
\frac{dz}{dt} = x y - \beta z \frac{dz}{dt} = x y - \beta z
\]
$$ $$
Where: Where: