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 6c3b3aa commit a874bbdCopy full SHA for a874bbd
README.md
@@ -46,7 +46,7 @@ eqs = [D(D(x)) ~ σ * (y - x),
46
D(y) ~ x * (ρ - z) - y,
47
D(z) ~ x * y - β * z]
48
49
-@mtkbuild sys = ODESystem(eqs)
+@mtkbuild sys = ODESystem(eqs,t)
50
51
u0 = [D(x) => 2.0,
52
x => 1.0,
0 commit comments