Skip to content

Commit

Permalink
remove nonsensical text
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Jun 8, 2024
1 parent b97ee07 commit 9a9096e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/model_creation/examples/basic_CRN_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ oplt = plot(osol; idxs = X₁ + X₂, title = "Reaction rate equation (ODE)")
splt = plot(ssol; idxs = X₁ + X₂, title = "Chemical Langevin equation (SDE)")
plot(oplt, splt; lw = 3, ylimit = (99,101), size = (800,450), layout = (2,1))
```
Catalyst has special methods for working with conserved quantities, which are described here.

## [Michaelis-Menten enzyme kinetics](@id basic_CRN_library_mm)
[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:
Expand Down

0 comments on commit 9a9096e

Please sign in to comment.