did
Posts:
73
Registered:
9/14/05
|
|
Re: Inversion Lerch Phi
Posted:
Apr 15, 2012 3:38 PM
|
|
On 4/15/12 9:03 PM, Axel Vogt wrote: > Would you mind to give "some special values with MMA" ? Would > like to have a look and them check.
Here are some values on the branch cut:
z = Table[{3/2, 2, 5/2, 3, 10}]; a = 3/2;
FullSimplify[ HurwitzLerchPhi[z, 1, a] - HurwitzLerchPhi[1/z, 1, -a] - 1/a - (-1/z)^a*Pi/Sin[Pi*a] + Pi*2*I/z^a ]
and MMA 8 replies:
{0, 0, 0, 0, 0}
With a=1/2,-1/2,-3/2 I get the same answer.
Was it what you were looking for?
Did
|
|