We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc187a0 + aa5ea7d commit 5fa7856Copy full SHA for 5fa7856
docs/src/tutorials/ode_modeling.md
@@ -119,8 +119,8 @@ equations(fol_simplified) == equations(fol_model)
119
```
120
121
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.
+way, `states` and `parameters`). The simplified equation is exactly the same
+as the original one, so the simulation performance will also be the same.
124
However, there is one difference. MTK does keep track of the eliminated
125
algebraic variables as "observables" (see
126
[Observables and Variable Elimination](@ref)).
0 commit comments