8.13: 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/8.13.E1 8.13.E1] | | | [https://dlmf.nist.gov/8.13.E1 8.13.E1] || <math qid="Q2633">x_{-}(a) < \ln@@{|a|}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>x_{-}(a) < \ln@@{|a|}</syntaxhighlight> || <math>-1 < a, a < 0</math> || <syntaxhighlight lang=mathematica>x[-](a) < ln(abs(a))</syntaxhighlight> || <syntaxhighlight lang=mathematica>Subscript[x, -][a] < Log[Abs[a]]</syntaxhighlight> || Error || Failure || - || Error | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 11:18, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
8.13.E1 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle x_{-}(a) < \ln@@{|a|}}
x_{-}(a) < \ln@@{|a|} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle -1 < a, a < 0} | x[-](a) < ln(abs(a))
|
Subscript[x, -][a] < Log[Abs[a]]
|
Error | Failure | - | Error |