3.1

From testwiki
Revision as of 15:30, 25 May 2021 by Admin (talk | contribs) (Admin moved page Main Page to Verifying DLMF with Maple and Mathematica)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
DLMF Formula Constraints Maple Mathematica Symbolic
Maple
Symbolic
Mathematica
Numeric
Maple
Numeric
Mathematica
3.1#Ex3 ln 0 ( x ) = x subscript 0 𝑥 𝑥 {\displaystyle{\displaystyle\ln_{0}(x)=x}}
\ln_{0}(x) = x

$0[0]ln()*(x) = x
Subscript[$0, 0]Log[]*(x) == x
Skipped - no semantic math Skipped - no semantic math - -
3.1#Ex4 ln ( x ) = ln ( ln - 1 ( x ) ) subscript 𝑥 subscript 1 𝑥 {\displaystyle{\displaystyle\ln_{\ell}(x)=\ln\left(\ln_{\ell-1}(x)\right)}}
\ln_{\ell}(x) = \ln@{\ln_{\ell-1}(x)}

$0[ell]ln()*(x) = [ell - 1]ln(ln()*(x))
Subscript[$0, \[ScriptL]]Log[]*(x) Subscript[== , \[ScriptL]- 1]Log[Log[]*(x)]
Translation Error Translation Error - -