3.1: 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  | 
				||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:Asymptotic Approximations - 3.1 Arithmetics and Error Measures}}  | |||
<div style="width: 100%; height: 75vh; overflow: auto;">  | <div style="width: 100%; height: 75vh; overflow: auto;">  | ||
{| class="wikitable sortable" style="margin: 0;"  | {| class="wikitable sortable" style="margin: 0;"  | ||
| Line 12: | 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/3.1#Ex3 3.1#Ex3] |  | | [https://dlmf.nist.gov/3.1#Ex3 3.1#Ex3] || <math qid="Q1070">\ln_{0}(x) = x</math><br><syntaxhighlight lang="tex" style="font-size: 75%; background: inherit;" inline>\ln_{0}(x) = x</syntaxhighlight> || <math></math> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">$0[0]ln()*(x) = x</pre></div> || <div class="mw-highlight mw-highlight-lang-mathematica mw-content-ltr" dir="ltr"><pre style="background: inherit;">Subscript[$0, 0]Log[]*(x) == x</pre></div> || Skipped - no semantic math || Skipped - no semantic math || - || -  | ||
|-    | |-    | ||
| [https://dlmf.nist.gov/3.1#Ex4 3.1#Ex4] |  | | [https://dlmf.nist.gov/3.1#Ex4 3.1#Ex4] || <math qid="Q1071">\ln_{\ell}(x) = \ln@{\ln_{\ell-1}(x)}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\ln_{\ell}(x) = \ln@{\ln_{\ell-1}(x)}</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>$0[ell]ln()*(x) = [ell - 1]ln(ln()*(x))</syntaxhighlight> || <syntaxhighlight lang=mathematica>Subscript[$0, \[ScriptL]]Log[]*(x) Subscript[== , \[ScriptL]- 1]Log[Log[]*(x)]</syntaxhighlight> || Translation Error || Translation Error || - || -  | ||
|}  | |}  | ||
</div>  | </div>  | ||
Latest revision as of 11:02, 28 June 2021
| DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple  | 
Symbolic Mathematica  | 
Numeric Maple  | 
Numeric Mathematica  | 
|---|---|---|---|---|---|---|---|---|
| 3.1#Ex3 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \ln_{0}(x) = x}
\ln_{0}(x) = x | 
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | $0[0]ln()*(x) = x | 
Subscript[$0, 0]Log[]*(x) == x | 
Skipped - no semantic math | Skipped - no semantic math | - | - | 
| 3.1#Ex4 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \ln_{\ell}(x) = \ln@{\ln_{\ell-1}(x)}}
\ln_{\ell}(x) = \ln@{\ln_{\ell-1}(x)} | 
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | $0[ell]ln()*(x) = [ell - 1]ln(ln()*(x))
 | 
Subscript[$0, \[ScriptL]]Log[]*(x) Subscript[== , \[ScriptL]- 1]Log[Log[]*(x)]
 | 
Translation Error | Translation Error | - | - |