From 42cd82b51ff81edc624fc8e5157b17cbf10cf53e Mon Sep 17 00:00:00 2001 From: Alex Spataru Date: Fri, 29 Nov 2024 13:31:04 -0500 Subject: [PATCH] Update README.md --- examples/LorenzAttractor/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/examples/LorenzAttractor/README.md b/examples/LorenzAttractor/README.md index 89c9c83c..9019f798 100644 --- a/examples/LorenzAttractor/README.md +++ b/examples/LorenzAttractor/README.md @@ -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: