25.14: 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/25.14.E2 25.14.E2] | | | [https://dlmf.nist.gov/25.14.E2 25.14.E2] || <math qid="Q7741">\Hurwitzzeta@{s}{a} = \LerchPhi@{1}{s}{a}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\Hurwitzzeta@{s}{a} = \LerchPhi@{1}{s}{a}</syntaxhighlight> || <math>\realpart@@{s} > 1</math> || <syntaxhighlight lang=mathematica>Zeta(0, s, a) = LerchPhi(1, s, a)</syntaxhighlight> || <syntaxhighlight lang=mathematica>HurwitzZeta[s, a] == LerchPhi[1, s, a]</syntaxhighlight> || Successful || Failure || - || Successful [Tested: 2] | ||
|- | |- | ||
| [https://dlmf.nist.gov/25.14.E3 25.14.E3] | | | [https://dlmf.nist.gov/25.14.E3 25.14.E3] || <math qid="Q7742">\polylog{s}@{z} = z\LerchPhi@{z}{s}{1}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\polylog{s}@{z} = z\LerchPhi@{z}{s}{1}</syntaxhighlight> || <math>\realpart@@{s} > 1, |z| \leq 1</math> || <syntaxhighlight lang=mathematica>polylog(s, z) = z*LerchPhi(z, s, 1)</syntaxhighlight> || <syntaxhighlight lang=mathematica>PolyLog[s, z] == z*LerchPhi[z, s, 1]</syntaxhighlight> || Successful || Successful || - || Successful [Tested: 10] | ||
|- | |- | ||
| [https://dlmf.nist.gov/25.14.E4 25.14.E4] | | | [https://dlmf.nist.gov/25.14.E4 25.14.E4] || <math qid="Q7743">\LerchPhi@{z}{s}{a} = z^{m}\LerchPhi@{z}{s}{a+m}+\sum_{n=0}^{m-1}\frac{z^{n}}{(a+n)^{s}}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\LerchPhi@{z}{s}{a} = z^{m}\LerchPhi@{z}{s}{a+m}+\sum_{n=0}^{m-1}\frac{z^{n}}{(a+n)^{s}}</syntaxhighlight> || <math></math> || <syntaxhighlight lang=mathematica>LerchPhi(z, s, a) = (z)^(m)* LerchPhi(z, s, a + m)+ sum(((z)^(n))/((a + n)^(s)), n = 0..m - 1)</syntaxhighlight> || <syntaxhighlight lang=mathematica>LerchPhi[z, s, a] == (z)^(m)* LerchPhi[z, s, a + m]+ Sum[Divide[(z)^(n),(a + n)^(s)], {n, 0, m - 1}, GenerateConditions->None]</syntaxhighlight> || Failure || Successful || <div class="toccolours mw-collapsible mw-collapsed">Failed [6 / 300]<div class="mw-collapsible-content"><syntaxhighlight lang=mathematica>Result: .27656730e-2-.27656730e-2*I | ||
Test Values: {a = -3/2, s = -2, z = 1/2*3^(1/2)+1/2*I, m = 2}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: 0.+.228647547e-1*I | Test Values: {a = -3/2, s = -2, z = 1/2*3^(1/2)+1/2*I, m = 2}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: 0.+.228647547e-1*I | ||
Test Values: {a = -3/2, s = -2, z = -1/2+1/2*I*3^(1/2), m = 2}</syntaxhighlight><br>... skip entries to safe data</div></div> || Successful [Tested: 300] | Test Values: {a = -3/2, s = -2, z = -1/2+1/2*I*3^(1/2), m = 2}</syntaxhighlight><br>... skip entries to safe data</div></div> || Successful [Tested: 300] | ||
|- | |- | ||
| [https://dlmf.nist.gov/25.14.E5 25.14.E5] | | | [https://dlmf.nist.gov/25.14.E5 25.14.E5] || <math qid="Q7744">\LerchPhi@{z}{s}{a} = \frac{1}{\EulerGamma@{s}}\int_{0}^{\infty}\frac{x^{s-1}e^{-ax}}{1-ze^{-x}}\diff{x}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\LerchPhi@{z}{s}{a} = \frac{1}{\EulerGamma@{s}}\int_{0}^{\infty}\frac{x^{s-1}e^{-ax}}{1-ze^{-x}}\diff{x}</syntaxhighlight> || <math>\realpart@@{s} > 0, \realpart@@{a} > 0</math> || <syntaxhighlight lang=mathematica>LerchPhi(x + y*I, s, a) = (1)/(GAMMA(s))*int(((x)^(s - 1)* exp(- a*x))/(1 -(x + y*I)*exp(- x)), x = 0..infinity)</syntaxhighlight> || <syntaxhighlight lang=mathematica>LerchPhi[x + y*I, s, a] == Divide[1,Gamma[s]]*Integrate[Divide[(x)^(s - 1)* Exp[- a*x],1 -(x + y*I)*Exp[- x]], {x, 0, Infinity}, GenerateConditions->None]</syntaxhighlight> || Failure || Aborted || Skipped - Because timed out || <div class="toccolours mw-collapsible mw-collapsed">Failed [162 / 162]<div class="mw-collapsible-content"><syntaxhighlight lang=mathematica>Result: Plus[Complex[0.29818646299224294, -0.45270555517796296], Times[-1.1283791670955126, NIntegrate[Complex[0.15484016278663867, -0.07789552790412994] | ||
Test Values: {1.5, 0, DirectedInfinity[1]}]]], {Rule[a, 1.5], Rule[s, 1.5], Rule[x, 1.5], Rule[y, -1.5], Rule[z, Rational[1, 2]]}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: Plus[Complex[0.29818646299224244, 0.45270555517796246], Times[-1.1283791670955126, NIntegrate[Complex[0.15484016278663867, 0.07789552790412994] | Test Values: {1.5, 0, DirectedInfinity[1]}]]], {Rule[a, 1.5], Rule[s, 1.5], Rule[x, 1.5], Rule[y, -1.5], Rule[z, Rational[1, 2]]}</syntaxhighlight><br><syntaxhighlight lang=mathematica>Result: Plus[Complex[0.29818646299224244, 0.45270555517796246], Times[-1.1283791670955126, NIntegrate[Complex[0.15484016278663867, 0.07789552790412994] | ||
Test Values: {1.5, 0, DirectedInfinity[1]}]]], {Rule[a, 1.5], Rule[s, 1.5], Rule[x, 1.5], Rule[y, 1.5], Rule[z, Rational[1, 2]]}</syntaxhighlight><br>... skip entries to safe data</div></div> | Test Values: {1.5, 0, DirectedInfinity[1]}]]], {Rule[a, 1.5], Rule[s, 1.5], Rule[x, 1.5], Rule[y, 1.5], Rule[z, Rational[1, 2]]}</syntaxhighlight><br>... skip entries to safe data</div></div> | ||
|- | |- | ||
| [https://dlmf.nist.gov/25.14.E6 25.14.E6] | | | [https://dlmf.nist.gov/25.14.E6 25.14.E6] || <math qid="Q7745">\LerchPhi@{z}{s}{a} = \frac{1}{2}a^{-s}+\int_{0}^{\infty}\frac{z^{x}}{(a+x)^{s}}\diff{x}-2\int_{0}^{\infty}\frac{\sin@{x\ln@@{z}-s\atan@{x/a}}}{(a^{2}+x^{2})^{s/2}(e^{2\pi x}-1)}\diff{x}</math><br><syntaxhighlight lang="tex" style="font-size: 75%;" inline>\LerchPhi@{z}{s}{a} = \frac{1}{2}a^{-s}+\int_{0}^{\infty}\frac{z^{x}}{(a+x)^{s}}\diff{x}-2\int_{0}^{\infty}\frac{\sin@{x\ln@@{z}-s\atan@{x/a}}}{(a^{2}+x^{2})^{s/2}(e^{2\pi x}-1)}\diff{x}</syntaxhighlight> || <math>\realpart@@{s} > 0, |z| < 1, \realpart@@{s} > 1, |z| = 1, \realpart@@{a} > 0</math> || <syntaxhighlight lang=mathematica>LerchPhi(x + y*I, s, a) = (1)/(2)*(a)^(- s)+ int(((x + y*I)^(x))/((a + x)^(s)), x = 0..infinity)- 2*int((sin(x*ln(x + y*I)- s*arctan(x/a)))/(((a)^(2)+ (x)^(2))^(s/2)*(exp(2*Pi*x)- 1)), x = 0..infinity)</syntaxhighlight> || <syntaxhighlight lang=mathematica>LerchPhi[x + y*I, s, a] == Divide[1,2]*(a)^(- s)+ Integrate[Divide[(x + y*I)^(x),(a + x)^(s)], {x, 0, Infinity}, GenerateConditions->None]- 2*Integrate[Divide[Sin[x*Log[x + y*I]- s*ArcTan[x/a]],((a)^(2)+ (x)^(2))^(s/2)*(Exp[2*Pi*x]- 1)], {x, 0, Infinity}, GenerateConditions->None]</syntaxhighlight> || Error || Aborted || - || Skipped - Because timed out | ||
|} | |} | ||
</div> | </div> |
Latest revision as of 12:05, 28 June 2021
DLMF | Formula | Constraints | Maple | Mathematica | Symbolic Maple |
Symbolic Mathematica |
Numeric Maple |
Numeric Mathematica |
---|---|---|---|---|---|---|---|---|
25.14.E2 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \Hurwitzzeta@{s}{a} = \LerchPhi@{1}{s}{a}}
\Hurwitzzeta@{s}{a} = \LerchPhi@{1}{s}{a} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \realpart@@{s} > 1} | Zeta(0, s, a) = LerchPhi(1, s, a)
|
HurwitzZeta[s, a] == LerchPhi[1, s, a]
|
Successful | Failure | - | Successful [Tested: 2] |
25.14.E3 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \polylog{s}@{z} = z\LerchPhi@{z}{s}{1}}
\polylog{s}@{z} = z\LerchPhi@{z}{s}{1} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \realpart@@{s} > 1, |z| \leq 1} | polylog(s, z) = z*LerchPhi(z, s, 1)
|
PolyLog[s, z] == z*LerchPhi[z, s, 1]
|
Successful | Successful | - | Successful [Tested: 10] |
25.14.E4 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \LerchPhi@{z}{s}{a} = z^{m}\LerchPhi@{z}{s}{a+m}+\sum_{n=0}^{m-1}\frac{z^{n}}{(a+n)^{s}}}
\LerchPhi@{z}{s}{a} = z^{m}\LerchPhi@{z}{s}{a+m}+\sum_{n=0}^{m-1}\frac{z^{n}}{(a+n)^{s}} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle } | LerchPhi(z, s, a) = (z)^(m)* LerchPhi(z, s, a + m)+ sum(((z)^(n))/((a + n)^(s)), n = 0..m - 1)
|
LerchPhi[z, s, a] == (z)^(m)* LerchPhi[z, s, a + m]+ Sum[Divide[(z)^(n),(a + n)^(s)], {n, 0, m - 1}, GenerateConditions->None]
|
Failure | Successful | Failed [6 / 300] Result: .27656730e-2-.27656730e-2*I
Test Values: {a = -3/2, s = -2, z = 1/2*3^(1/2)+1/2*I, m = 2}
Result: 0.+.228647547e-1*I
Test Values: {a = -3/2, s = -2, z = -1/2+1/2*I*3^(1/2), m = 2}
... skip entries to safe data |
Successful [Tested: 300] |
25.14.E5 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \LerchPhi@{z}{s}{a} = \frac{1}{\EulerGamma@{s}}\int_{0}^{\infty}\frac{x^{s-1}e^{-ax}}{1-ze^{-x}}\diff{x}}
\LerchPhi@{z}{s}{a} = \frac{1}{\EulerGamma@{s}}\int_{0}^{\infty}\frac{x^{s-1}e^{-ax}}{1-ze^{-x}}\diff{x} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \realpart@@{s} > 0, \realpart@@{a} > 0} | LerchPhi(x + y*I, s, a) = (1)/(GAMMA(s))*int(((x)^(s - 1)* exp(- a*x))/(1 -(x + y*I)*exp(- x)), x = 0..infinity)
|
LerchPhi[x + y*I, s, a] == Divide[1,Gamma[s]]*Integrate[Divide[(x)^(s - 1)* Exp[- a*x],1 -(x + y*I)*Exp[- x]], {x, 0, Infinity}, GenerateConditions->None]
|
Failure | Aborted | Skipped - Because timed out | Failed [162 / 162]
Result: Plus[Complex[0.29818646299224294, -0.45270555517796296], Times[-1.1283791670955126, NIntegrate[Complex[0.15484016278663867, -0.07789552790412994]
Test Values: {1.5, 0, DirectedInfinity[1]}]]], {Rule[a, 1.5], Rule[s, 1.5], Rule[x, 1.5], Rule[y, -1.5], Rule[z, Rational[1, 2]]}
Result: Plus[Complex[0.29818646299224244, 0.45270555517796246], Times[-1.1283791670955126, NIntegrate[Complex[0.15484016278663867, 0.07789552790412994]
Test Values: {1.5, 0, DirectedInfinity[1]}]]], {Rule[a, 1.5], Rule[s, 1.5], Rule[x, 1.5], Rule[y, 1.5], Rule[z, Rational[1, 2]]}
... skip entries to safe data |
25.14.E6 | Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \LerchPhi@{z}{s}{a} = \frac{1}{2}a^{-s}+\int_{0}^{\infty}\frac{z^{x}}{(a+x)^{s}}\diff{x}-2\int_{0}^{\infty}\frac{\sin@{x\ln@@{z}-s\atan@{x/a}}}{(a^{2}+x^{2})^{s/2}(e^{2\pi x}-1)}\diff{x}}
\LerchPhi@{z}{s}{a} = \frac{1}{2}a^{-s}+\int_{0}^{\infty}\frac{z^{x}}{(a+x)^{s}}\diff{x}-2\int_{0}^{\infty}\frac{\sin@{x\ln@@{z}-s\atan@{x/a}}}{(a^{2}+x^{2})^{s/2}(e^{2\pi x}-1)}\diff{x} |
Failed to parse (LaTeXML (experimental; uses MathML): Invalid response ("") from server "http://latexml:8080/convert/":): {\displaystyle \realpart@@{s} > 0, |z| < 1, \realpart@@{s} > 1, |z| = 1, \realpart@@{a} > 0} | LerchPhi(x + y*I, s, a) = (1)/(2)*(a)^(- s)+ int(((x + y*I)^(x))/((a + x)^(s)), x = 0..infinity)- 2*int((sin(x*ln(x + y*I)- s*arctan(x/a)))/(((a)^(2)+ (x)^(2))^(s/2)*(exp(2*Pi*x)- 1)), x = 0..infinity)
|
LerchPhi[x + y*I, s, a] == Divide[1,2]*(a)^(- s)+ Integrate[Divide[(x + y*I)^(x),(a + x)^(s)], {x, 0, Infinity}, GenerateConditions->None]- 2*Integrate[Divide[Sin[x*Log[x + y*I]- s*ArcTan[x/a]],((a)^(2)+ (x)^(2))^(s/2)*(Exp[2*Pi*x]- 1)], {x, 0, Infinity}, GenerateConditions->None]
|
Error | Aborted | - | Skipped - Because timed out |