Skip to content

Commit 0dea5e7

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_functionality/dsl_description.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 4ea6733 commit 0dea5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_functionality/dsl_description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ nothing # hide
703703
```
704704

705705
## Incorporating (differential) equations into reaction network models
706-
Some models cannot be purely described as reaction networks. E.g. consider the growth of a cell, where the rate of change in cell's volume depends on some growth factor. Here, the cell's volume would be described by a normal equation. Such equations can be incorporated into a model using the `@equations` option. Here, we create a model where a growth factor ($G$) is produced and degraded at a linear rates, and the rate of change in cell volume ($V$) os linear to the amount of growth factor:
706+
Some models cannot be purely described as reaction networks. E.g. consider the growth of a cell, where the rate of change in the cell's volume depends on some growth factor. Here, the cell's volume would be described by a normal ODE. Such equations can be incorporated into a model using the `@equations` option. Here, we create a model where a growth factor ($G$) is produced and degraded at a linear rates, and the rate of change in cell volume ($V$) is linear in the amount of growth factor:
707707
```@example eqs1
708708
using Catalyst #hide
709709
rn = @reaction_network begin

0 commit comments

Comments
 (0)