Skip to content

Commit 9a9096e

Browse files
committed
remove nonsensical text
1 parent b97ee07 commit 9a9096e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/model_creation/examples/basic_CRN_library.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ oplt = plot(osol; idxs = X₁ + X₂, title = "Reaction rate equation (ODE)")
7979
splt = plot(ssol; idxs = X₁ + X₂, title = "Chemical Langevin equation (SDE)")
8080
plot(oplt, splt; lw = 3, ylimit = (99,101), size = (800,450), layout = (2,1))
8181
```
82-
Catalyst has special methods for working with conserved quantities, which are described here.
8382

8483
## [Michaelis-Menten enzyme kinetics](@id basic_CRN_library_mm)
8584
[Michaelis-Menten enzyme kinetics](https://en.wikipedia.org/wiki/Michaelis%E2%80%93Menten_kinetics) is a simple description of an enzyme ($E$) transforming a substrate ($S$) into a product ($P$). Under certain assumptions, it can be simplified to a single function (a Michaelis-Menten function) and used as a reaction rate. Here we instead present the full system model:

0 commit comments

Comments
 (0)