Update 05_Empirical Dynamic Modelling (Simplex and SMap_Projections).ipynb

changed factor symbol from 'alpha' to 'sigma' in the Lorenz factor equations
main
Francis C 2021-06-30 19:32:33 +08:00
parent 343937ddbb
commit 9d22cf901c
1 changed files with 2 additions and 2 deletions

View File

@ -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", "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", "In an ecological examples, it could be a Resource-Prey-Predator dynamic system. \n",
"\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{dY}{dt} = -XZ + \\rho X - Y \\end{align}\n",
"\\begin{align} \\frac{dZ}{dt} = XY - \\beta Z \\end{align}\n" "\\begin{align} \\frac{dZ}{dt} = XY - \\beta Z \\end{align}\n"
] ]
@ -2786,7 +2786,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.7.4" "version": "3.8.5"
} }
}, },
"nbformat": 4, "nbformat": 4,