32.3: Difference between revisions
Jump to navigation
Jump to search
Admin moved page Main Page to Verifying DLMF with Maple and Mathematica |
Admin moved page Main Page to Verifying DLMF with Maple and Mathematica |
||
Line 14: | Line 14: | ||
! scope="col" style="position: sticky; top: 0;" | Numeric<br>Mathematica | ! scope="col" style="position: sticky; top: 0;" | Numeric<br>Mathematica | ||
|- | |- | ||
| [https://dlmf.nist.gov/32.3.E2 32.3.E2] | | | [https://dlmf.nist.gov/32.3.E2 32.3.E2] || <math qid="Q9214">\deriv[2]{u}{x} = 3u^{5}+2xu^{3}+\left(\tfrac{1}{4}x^{2}-\nu-\tfrac{1}{2}\right)u</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\deriv[2]{u}{x} = 3u^{5}+2xu^{3}+\left(\tfrac{1}{4}x^{2}-\nu-\tfrac{1}{2}\right)u</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>diff(u, [x$(2)]) = 3*(u)^(5)+ 2*x*(u)^(3)+((1)/(4)*(x)^(2)- nu -(1)/(2))*u</syntaxhighlight> || <syntaxhighlight lang=mathematica>D[u, {x, 2}] == 3*(u)^(5)+ 2*x*(u)^(3)+(Divide[1,4]*(x)^(2)- \[Nu]-Divide[1,2])*u</syntaxhighlight> || Failure || Failure || <div class="toccolours mw-collapsible mw-collapsed">Failed [300 / 300]<div class="mw-collapsible-content"><syntaxhighlight lang=mathematica>Result: 3.043949625-3.665224602*I | ||
Test Values: {nu = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, x = 3/2}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: 3.476962328-1.415224600*I | Test Values: {nu = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, x = 3/2}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: 3.476962328-1.415224600*I | ||
Test Values: {nu = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, x = 1/2}</syntaxhighlight><br>... skip entries to safe data</div></div> || <div class="toccolours mw-collapsible mw-collapsed">Failed [300 / 300]<div class="mw-collapsible-content"><syntaxhighlight lang=mathematica>Result: Complex[3.043949623616789, -3.6652245962155616] | Test Values: {nu = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, x = 1/2}</syntaxhighlight><br>... skip entries to safe data</div></div> || <div class="toccolours mw-collapsible mw-collapsed">Failed [300 / 300]<div class="mw-collapsible-content"><syntaxhighlight lang=mathematica>Result: Complex[3.043949623616789, -3.6652245962155616] | ||
Line 20: | Line 20: | ||
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[x, 1.5], Rule[ν, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}</syntaxhighlight><br>... skip entries to safe data</div></div> | Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[x, 1.5], Rule[ν, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}</syntaxhighlight><br>... skip entries to safe data</div></div> | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/32.3.E4 32.3.E4] | | | [https://dlmf.nist.gov/32.3.E4 32.3.E4] || <math qid="Q9216">w(x) = 2\sqrt{2}u_{k}^{2}(\sqrt{2}x,\nu)</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>w(x) = 2\sqrt{2}u_{k}^{2}(\sqrt{2}x,\nu)</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">w(x) = 2*sqrt(2)*(u[k])^(2)(sqrt(2)*x , nu)</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">w[x] == 2*Sqrt[2]*(Subscript[u, k])^(2)[Sqrt[2]*x , \[Nu]]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/32.3.E6 32.3.E6] | | | [https://dlmf.nist.gov/32.3.E6 32.3.E6] || <math qid="Q9218">u^{2} = -\tfrac{1}{3}x+\tfrac{1}{6}\sqrt{x^{2}+12\nu+6}</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>u^{2} = -\tfrac{1}{3}x+\tfrac{1}{6}\sqrt{x^{2}+12\nu+6}</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">(u)^(2) = -(1)/(3)*x +(1)/(6)*sqrt((x)^(2)+ 12*nu + 6)</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">(u)^(2) == -Divide[1,3]*x +Divide[1,6]*Sqrt[(x)^(2)+ 12*\[Nu]+ 6]</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 12:12, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
32.3.E2 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \deriv[2]{u}{x} = 3u^{5}+2xu^{3}+\left(\tfrac{1}{4}x^{2}-\nu-\tfrac{1}{2}\right)u}
\deriv[2]{u}{x} = 3u^{5}+2xu^{3}+\left(\tfrac{1}{4}x^{2}-\nu-\tfrac{1}{2}\right)u |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | diff(u, [x$(2)]) = 3*(u)^(5)+ 2*x*(u)^(3)+((1)/(4)*(x)^(2)- nu -(1)/(2))*u
|
D[u, {x, 2}] == 3*(u)^(5)+ 2*x*(u)^(3)+(Divide[1,4]*(x)^(2)- \[Nu]-Divide[1,2])*u
|
Failure | Failure | Failed [300 / 300] Result: 3.043949625-3.665224602*I
Test Values: {nu = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, x = 3/2}
Result: 3.476962328-1.415224600*I
Test Values: {nu = 1/2*3^(1/2)+1/2*I, u = 1/2*3^(1/2)+1/2*I, x = 1/2}
... skip entries to safe data |
Failed [300 / 300]
Result: Complex[3.043949623616789, -3.6652245962155616]
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[x, 1.5], Rule[ν, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]]}
Result: Complex[1.67792421983235, -4.031249999999999]
Test Values: {Rule[u, Power[E, Times[Complex[0, Rational[1, 6]], Pi]]], Rule[x, 1.5], Rule[ν, Power[E, Times[Complex[0, Rational[2, 3]], Pi]]]}
... skip entries to safe data |
32.3.E4 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle w(x) = 2\sqrt{2}u_{k}^{2}(\sqrt{2}x,\nu)}
w(x) = 2\sqrt{2}u_{k}^{2}(\sqrt{2}x,\nu) |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | w(x) = 2*sqrt(2)*(u[k])^(2)(sqrt(2)*x , nu) |
w[x] == 2*Sqrt[2]*(Subscript[u, k])^(2)[Sqrt[2]*x , \[Nu]] |
Skipped - no semantic math | Skipped - no semantic math | - | - |
32.3.E6 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle u^{2} = -\tfrac{1}{3}x+\tfrac{1}{6}\sqrt{x^{2}+12\nu+6}}
u^{2} = -\tfrac{1}{3}x+\tfrac{1}{6}\sqrt{x^{2}+12\nu+6} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | (u)^(2) = -(1)/(3)*x +(1)/(6)*sqrt((x)^(2)+ 12*nu + 6) |
(u)^(2) == -Divide[1,3]*x +Divide[1,6]*Sqrt[(x)^(2)+ 12*\[Nu]+ 6] |
Skipped - no semantic math | Skipped - no semantic math | - | - |