Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas authored Jul 2, 2024
1 parent 9b2016f commit ffaf651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ dGᴾ(t) &= \left( \frac{kₚ*(sin(t)+1)}{V(t)} G(t) - \frac{kᵢ}{V(t)} Gᴾ(t)
dV(t) &= \left(g \cdot Gᴾ(t)\right) dt
\end{align*}
```
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.
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.
```@example home_elaborate_example
using StochasticDiffEq
sol = solve(sprob, EM(); dt = 0.05)
Expand Down

0 comments on commit ffaf651

Please sign in to comment.