From 9d22cf901c094035934359e2cbe98183b0cb41e0 Mon Sep 17 00:00:00 2001 From: Francis C Date: Wed, 30 Jun 2021 19:32:33 +0800 Subject: [PATCH] Update 05_Empirical Dynamic Modelling (Simplex and SMap_Projections).ipynb changed factor symbol from 'alpha' to 'sigma' in the Lorenz factor equations --- ...cal Dynamic Modelling (Simplex and SMap_Projections).ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/05_SimplexandSmapProjections/05_Empirical Dynamic Modelling (Simplex and SMap_Projections).ipynb b/05_SimplexandSmapProjections/05_Empirical Dynamic Modelling (Simplex and SMap_Projections).ipynb index dfad64b..7a65194 100644 --- a/05_SimplexandSmapProjections/05_Empirical Dynamic Modelling (Simplex and SMap_Projections).ipynb +++ b/05_SimplexandSmapProjections/05_Empirical Dynamic Modelling (Simplex and SMap_Projections).ipynb @@ -102,7 +102,7 @@ "It's a coupled dynamic system consisting of 3 differential equations (think of the axes as variables in a dynamic system).\n", "In an ecological examples, it could be a Resource-Prey-Predator dynamic system. \n", "\n", - "\\begin{align} \\frac{dX}{dt} = \\alpha Y - \\alpha X \\end{align}\n", + "\\begin{align} \\frac{dX}{dt} = \\sigma Y - \\sigma X \\end{align}\n", "\\begin{align} \\frac{dY}{dt} = -XZ + \\rho X - Y \\end{align}\n", "\\begin{align} \\frac{dZ}{dt} = XY - \\beta Z \\end{align}\n" ] @@ -2786,7 +2786,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.4" + "version": "3.8.5" } }, "nbformat": 4,