Skip to content

Commit e3d487c

Browse files
TorkelEisaacsas
andcommitted
Update docs/src/catalyst_applications/bifurcation_diagrams.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent b335da3 commit e3d487c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/bifurcation_diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ opts_br = ContinuationPar(p_min = p_span[1], p_max = p_span[2], max_steps = 1000
106106
bif_dia = bifurcationdiagram(bprob, PALC(), 2, (args...) -> opts_br; bothside=true)
107107
plot(bif_dia; xguide="d", yguide="Xp")
108108
```
109-
This bifurcation diagram does not contain any interesting features (such as bifurcation points), and only shows how the steady state concentration of *Xp* is reduced as *d* increases. For this example, we will note two facts:
109+
This bifurcation diagram does not contain any interesting features (such as bifurcation points), and only shows how the steady state concentration of $Xp$ is reduced as $d$ increases. For this example, we will note two facts:
110110
- When providing the concentrations for computing the conserved quantities (in `u0`), we only have to designate the concentrations of species that are actually involved in conservation laws. For larger systems, determining which one are may, however, be difficult. In this case, it might still be wise to provide concentrations for all species.
111111
- The steady state guess in `u_guess` does not actually have to fulfil the conserved concentrations provided in `u0`.
112112

0 commit comments

Comments
 (0)