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 780d7a1 commit 7f56f0dCopy full SHA for 7f56f0d
README.md
@@ -42,8 +42,7 @@ eqs = [D(D(x)) ~ σ * (y - x),
42
D(z) ~ x * y - β * z,
43
w ~ x + y + z]
44
45
-@named sys = ODESystem(eqs)
46
-sys = structural_simplify(sys)
+@mtkbuild sys = ODESystem(eqs)
47
48
u0 = [D(x) => 2.0,
49
x => 1.0,
docs/src/usage.md
@@ -32,8 +32,7 @@ eqs = [D(D(x)) ~ σ * (y - x),
32
33
34
35
36
+@mtkbuild sys = ODESystem(eqs, t)
37
```
38
39
The system has 4 state variables, 3 parameters, and one observed variable:
0 commit comments