18.32: 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/18.32.E1 18.32.E1] | | | [https://dlmf.nist.gov/18.32.E1 18.32.E1] || <math qid="Q6006">w(x) = \exp@{-Q(x)}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>w(x) = \exp@{-Q(x)}</syntaxhighlight> || <math>-\infty < x, x < \infty</math> || <syntaxhighlight lang=mathematica>w(x) = exp(- Q(x))</syntaxhighlight> || <syntaxhighlight lang=mathematica>w[x] == Exp[- Q[x]]</syntaxhighlight> || Skipped - Unable to analyze test case: Null || Skipped - Unable to analyze test case: Null || - || - | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 11:47, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
18.32.E1 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle w(x) = \exp@{-Q(x)}}
w(x) = \exp@{-Q(x)} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle -\infty < x, x < \infty} | w(x) = exp(- Q(x))
|
w[x] == Exp[- Q[x]]
|
Skipped - Unable to analyze test case: Null | Skipped - Unable to analyze test case: Null | - | - |