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 a874bbd commit 3ee066fCopy full SHA for 3ee066f
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,t)
+@mtkbuild sys = ODESystem(eqs, t)
50
51
u0 = [D(x) => 2.0,
52
x => 1.0,
0 commit comments