Skip to content

Commit 5fa7856

Browse files
Merge pull request #1000 from CodeLenz/patch-1
Update ode_modeling.md
2 parents cc187a0 + aa5ea7d commit 5fa7856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/ode_modeling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ equations(fol_simplified) == equations(fol_model)
119119
```
120120

121121
You can extract the equations from a system using `equations` (and, in the same
122-
way, `variables` and `parameters`). The simplified equation is exactly the same
123-
as the original one, so the simulation performence will also be the same.
122+
way, `states` and `parameters`). The simplified equation is exactly the same
123+
as the original one, so the simulation performance will also be the same.
124124
However, there is one difference. MTK does keep track of the eliminated
125125
algebraic variables as "observables" (see
126126
[Observables and Variable Elimination](@ref)).

0 commit comments

Comments
 (0)