File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,14 +248,14 @@ connected_simp = structural_simplify(connected)
248
248
# [1, 3] = ×
249
249
# [2, 4] = ×
250
250
251
- equations (connected_simp)
251
+ full_equations (connected_simp)
252
252
# 2-element Array{Equation,1}:
253
253
# Differential(t)(fol_1₊x(t)) ~ (fol_1₊τ^-1)*(1.5 - fol_1₊x(t))
254
254
# Differential(t)(fol_2₊x(t)) ~ (fol_2₊τ^-1)*(fol_1₊x(t) - fol_2₊x(t))
255
255
```
256
-
257
256
As expected, only the two state-derivative equations remain,
258
257
as if you had manually eliminated as many variables as possible from the equations.
258
+ Some observed variables are not expanded unless ` full_equations ` is used.
259
259
As mentioned above, the hierarchical structure is preserved though. So the
260
260
initial state and the parameter values can be specified accordingly when
261
261
building the ` ODEProblem ` :
You can’t perform that action at this time.
0 commit comments