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.
1 parent a153d86 commit 5f02cb8Copy full SHA for 5f02cb8
test/downstream/symbol_indexing.jl
@@ -1,8 +1,8 @@
1
using RecursiveArrayTools, ModelingToolkit, OrdinaryDiffEq, Test
2
3
-@variables t x(t) # independent and dependent variables
4
-@parameters τ # parameters
5
-D = Differential(t) # define an operator for the differentiation w.r.t. time
+@variables t x(t)
+@parameters τ
+D = Differential(t)
6
@variables RHS(t)
7
@named fol_separate = ODESystem([ RHS ~ (1 - x)/τ,
8
D(x) ~ RHS ])
0 commit comments