8.13: Difference between revisions

From testwiki
Jump to navigation Jump to search
 
 
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] || [[Item:Q2633|<math>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
| [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