We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2202f8c + 03fd5fa commit d25a060Copy full SHA for d25a060
docs/src/tutorials/stochastic_diffeq.md
@@ -23,9 +23,9 @@ where the magnitude of the noise scales with (0.3 times) the magnitude of each o
23
24
```math
25
\begin{aligned}
26
-\frac{dx}{dt} &= (\sigma (y-x)) &+ 0.1x\frac{dB}{dt} \\
27
-\frac{dy}{dt} &= (x(\rho-z) - y) &+ 0.1y\frac{dB}{dt} \\
28
-\frac{dz}{dt} &= (xy - \beta z) &+ 0.1z\frac{dB}{dt} \\
+\frac{dx}{dt} &= (\sigma (y-x)) &+ 0.3x\frac{dB}{dt} \\
+\frac{dy}{dt} &= (x(\rho-z) - y) &+ 0.3y\frac{dB}{dt} \\
+\frac{dz}{dt} &= (xy - \beta z) &+ 0.3z\frac{dB}{dt} \\
29
\end{aligned}
30
```
31
0 commit comments