polylog
general polylogarithm function
Calling Sequence
Parameters
Description
Examples
References
polylog(a, z)
a
-
expression
z
The polylogarithm of index a at the point z is defined by
polyloga,z=∑n=1∞znna
if z<1 and by analytic continuation otherwise. The index a can be any complex number. If ℜa≤1, the point z=1 is a singularity.
For all indices a, the point z=1 is a branch point for all branches, and in Maple, the branch cut is taken to be the interval (1,∞). For the branches other than the principal branch (which is given on the unit disk by the series above, and hence is analytic at 0), the point z=0 is also a branch point, and the branch cut is taken to be the negative real axis. The formula for a particular branch can be determined with the following rules:
Each time the branch cut (1,∞) is crossed in the counterclockwise direction, subtract 2Iπlnza−1Γa. Add this quantity if the branch cut is crossed in the clockwise direction.
Each time the branch cut (−∞,0) is crossed in the counterclockwise direction, add 2Iπ to each lnz term in the current formula. Subtract this quantity if the branch cut is crossed in the clockwise direction.
For example, if one traverses a path which starts at z=12, goes clockwise around z=1, then counterclockwise around z=0, then clockwise around z=1 again to return at z=12, the formula for the branch of polylog thus obtained would be
polyloga,z+2Iπlnza−1+lnz+2Iπa−1Γa
where polylog(a, z) indicates the principal branch and lnz means the principal branch of the logarithm.
Maple only evaluates the principal branch.
Maple's dilog function is related to polylog by the relation dilogz=polylog2,1−z.
polyloga,0
0
polylog2,1
π26
polylog3,1
ζ3
polylog2,I
−π248+ICatalan
diffpolyloga,x,x
polyloga−1,xx
combinepolyloga,x+polyloga,−x,polylog
21−apolyloga,x2
polylog4,x+polylog4,1x
combine,polylogassuming1<x
−ln−x2π212−7π4360−ln−x424
combine,polylogassumingx::RealRange−1,1
−ln−1x2π212−7π4360−ln−1x424
polyloga,z5
expand
5apolyloga,−125z5+5apolyloga,−145z5+5apolyloga,−−115z5+5apolyloga,−−135z5+5apolyloga,z5
x≔x:
polylog1,x
−ln1−x
polylog2,13
evalf
0.3662132299
polylog−3.7+2.2I,1.5+2.7I
−188.9091729+104.0046999I
Lewin, L. Polylogarithms and Associated Functions. Amsterdam: North Holland, 1981.
See Also
assume
combine/polylog
diff
dilog
evalf
expand
GeneralizedPolylog
initialfunctions
MultiPolylog
RealRange
Download Help Document