mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update README.md
This commit is contained in:
parent
2b65273c5f
commit
42cd82b51f
@ -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:
|
||||
|
||||
$$
|
||||
\[
|
||||
\frac{dx}{dt} = \sigma (y - x)
|
||||
\]
|
||||
\[
|
||||
$$
|
||||
$$
|
||||
\frac{dy}{dt} = x (\rho - z) - y
|
||||
\]
|
||||
\[
|
||||
$$
|
||||
$$
|
||||
\frac{dz}{dt} = x y - \beta z
|
||||
\]
|
||||
$$
|
||||
|
||||
Where:
|
||||
|
Loading…
x
Reference in New Issue
Block a user