Skip to content

Commit a2876ed

Browse files
authored
Update parametric_stoichiometry.md
1 parent 15b78ab commit a2876ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/src/catalyst_functionality/parametric_stoichiometry.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Catalyst supports stoichiometric coefficients that involve parameters, species,
33
or even general expressions. In this tutorial we show several examples of how to
44
use symbolic stoichiometries, and discuss several caveats to be aware of.
55

6-
*Note, this tutorial requires ModelingToolkit v8.5.4 or greater to work properly.*
7-
86
## Using symbolic stoichiometry
97
Let's first consider a simple reversible reaction where the number of reactants
108
is a parameter, and the number of products is the product of two parameters.
@@ -193,4 +191,4 @@ psim_mean = getmean(jprob, 20000, tv)
193191
plot(tv, psim_mean; ylabel = "average of P(t)", xlabel = "time",
194192
xlim = (0.0,6.0), legend = false)
195193
```
196-
Comparing, we see similar averages for `P(t)`.
194+
Comparing, we see similar averages for `P(t)`.

0 commit comments

Comments
 (0)