Skip to content

Commit ffaf651

Browse files
TorkelEisaacsas
andauthored
Update docs/src/index.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 9b2016f commit ffaf651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ dGᴾ(t) &= \left( \frac{kₚ*(sin(t)+1)}{V(t)} G(t) - \frac{kᵢ}{V(t)} Gᴾ(t)
221221
dV(t) &= \left(g \cdot Gᴾ(t)\right) dt
222222
\end{align*}
223223
```
224-
where the $dW_1(t)$ and $dW_2(t)$ terms described the noise added through the Chemical Langevin Equations. Finally, we can simulate and plot the results.
224+
where the $dW_1(t)$ and $dW_2(t)$ terms represent independent Brownian Motions, encoding the noise added by the Chemical Langevin Equation. Finally, we can simulate and plot the results.
225225
```@example home_elaborate_example
226226
using StochasticDiffEq
227227
sol = solve(sprob, EM(); dt = 0.05)

0 commit comments

Comments
 (0)