Skip to content

Commit aa5ea7d

Browse files
authored
Update ode_modeling.md
Fixing a typo (performence->performance). I also changed "variables" to "states" in a comment, to account for the correct command to extract the variables from the system.
1 parent cc187a0 commit aa5ea7d

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)