Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions > Zeta Functions & Polylogarithms >
Mathematica > Mathematics and Algorithms > Number Theory > Analytic Number Theory > Zeta Functions & Polylogarithms >
Mathematica > Mathematics and Algorithms > Number Theory > Multiplicative Number Theory > Zeta Functions & Polylogarithms >

PolyLog

PolyLog[n, z]
gives the polylogarithm function Li_n(z).
PolyLog[n, p, z]
gives the Nielsen generalized polylogarithm function S_(n,p)(z).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • Li_n(z)=sum_(k=1)^(infty)z^k/k^n.
  • .
  • S_(n-1,1)(z)=Li_n(z).
  • PolyLog[n, z] has a branch cut discontinuity in the complex z plane running from 1 to infty.
  • For certain special arguments, PolyLog automatically evaluates to exact values.
  • PolyLog can be evaluated to arbitrary numerical precision.
  • PolyLog automatically threads over lists.
Simple exact values are generated automatically:
Evaluate with large order and argument:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
Evaluate for complex order and arguments:
PolyLog threads element-wise over lists:
TraditionalForm formatting:
Infinite arguments give symbolic results:
PolyLog can be applied to power series:
Evaluate derivatives exactly:
Series expansion at branch cuts:
Series expansion at infinity:
Give the result for an arbitrary symbolic direction:
Special cases:
Series expansion:
Plot of the absolute value of the dilogarithm function in the complex plane:
Calculate integrals over Fermi-Dirac distributions:
Volume of a hyperbolic dodecahedron with vertices 0, 1, infty , z (subject to Im(z)>0):
Plot the volume as a function of the vertex z:
Mahler measure of the trivariate polynomial 1+x+ay+az as a function of a:
Plot the Mahler measure:
Use FullSimplify to simplify polylogarithms:
Use FunctionExpand to expand polylogarithms:
Numerically find a root of a transcendental equation:
Integration:
Generate from integrals and sums:
PolyLog appears in special cases of various mathematical functions:
Large orders can give results too large to be computed explicitly:
New in 1 | Last modified in 4
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team