File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ eqs = [D(x) ~ σ*(y-x)*D(x-y)/D(z),
30
30
# Latexify.@generate_test latexify(eqs)
31
31
@test latexify (eqs) == replace (
32
32
raw " \b egin{align}
33
- \f rac{dx(t)}{dt} =& \f rac{d\l eft(x\l eft( t \r ight) -1 \c dot y\l eft( t \r ight)\r ight)}{dt} \l eft( y \ l eft( t \r ight) -1 x \ l eft( t \r ight) \r ight) \l eft( \m athrm{inv} \l eft( \f rac{dz(t)}{dt} \r ight) \r ight)^{1} \s igma \\
33
+ \f rac{dx(t)}{dt} =& \f rac{d\l eft(x\l eft( t \r ight) -1 \c dot y\l eft( t \r ight)\r ight)}{dt} \l eft( \m athrm{inv} \ l eft( \f rac{dz(t)}{dt} \r ight) \r ight)^{1} \s igma \ l eft( y \l eft( t \r ight) -1 x \l eft( t \r ight) \r ight) \\
34
34
0 =& -1 y\l eft( t \r ight) + 0.1 x\l eft( t \r ight) \s igma \l eft( -1 z\l eft( t \r ight) + \r ho \r ight) \\
35
35
\f rac{dz(t)}{dt} =& x\l eft( t \r ight) \l eft( y\l eft( t \r ight) \r ight)^{\f rac{2}{3}} -1 z\l eft( t \r ight) \b eta
36
36
\e nd{align}
@@ -55,8 +55,6 @@ eqs = [D(u[1]) ~ p[3]*(u[2]-u[1]),
55
55
D (u[2 ]) ~ p[2 ]* p[3 ]* u[1 ]* (p[1 ]- u[1 ])/ 10 - u[2 ],
56
56
D (u[3 ]) ~ u[1 ]* u[2 ]^ (2 // 3 ) - p[3 ]* u[3 ]]
57
57
58
- sys = ODESystem (eqs)
59
-
60
58
@test latexify (eqs) == replace (
61
59
raw " \b egin{align}
62
60
\f rac{du{_1}(t)}{dt} =& p{_3} \l eft( \m athrm{u{_2}}\l eft( t \r ight) -1 \m athrm{u{_1}}\l eft( t \r ight) \r ight) \\
You can’t perform that action at this time.
0 commit comments