4.43: 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 | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/4.43#Ex1 4.43#Ex1] | | | [https://dlmf.nist.gov/4.43#Ex1 4.43#Ex1] || <math qid="Q2001">A = \left(-\tfrac{4}{3}p\right)^{1/2}</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>A = \left(-\tfrac{4}{3}p\right)^{1/2}</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">A = (-(4)/(3)*p)^(1/2)</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">A == (-Divide[4,3]*p)^(1/2)</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/4.43#Ex2 4.43#Ex2] | | | [https://dlmf.nist.gov/4.43#Ex2 4.43#Ex2] || <math qid="Q2002">B = \left(\tfrac{4}{3}p\right)^{1/2}</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>B = \left(\tfrac{4}{3}p\right)^{1/2}</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">B = ((4)/(3)*p)^(1/2)</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">B == (Divide[4,3]*p)^(1/2)</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|- style="background: #dfe6e9;" | |- style="background: #dfe6e9;" | ||
| [https://dlmf.nist.gov/4.43.E2 4.43.E2] | | | [https://dlmf.nist.gov/4.43.E2 4.43.E2] || <math qid="Q2003">z^{3}+pz+q = 0</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>z^{3}+pz+q = 0</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">(z)^(3)+ p*z + q = 0</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">(z)^(3)+ p*z + q == 0</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || - | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 11:11, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
4.43#Ex1 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle A = \left(-\tfrac{4}{3}p\right)^{1/2}}
A = \left(-\tfrac{4}{3}p\right)^{1/2} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | A = (-(4)/(3)*p)^(1/2) |
A == (-Divide[4,3]*p)^(1/2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
4.43#Ex2 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle B = \left(\tfrac{4}{3}p\right)^{1/2}}
B = \left(\tfrac{4}{3}p\right)^{1/2} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | B = ((4)/(3)*p)^(1/2) |
B == (Divide[4,3]*p)^(1/2) |
Skipped - no semantic math | Skipped - no semantic math | - | - |
4.43.E2 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle z^{3}+pz+q = 0}
z^{3}+pz+q = 0 |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | (z)^(3)+ p*z + q = 0 |
(z)^(3)+ p*z + q == 0 |
Skipped - no semantic math | Skipped - no semantic math | - | - |