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 >

LerchPhi

LerchPhi[z, s, a]
gives the Lerch transcendent CapitalPhi(z, s, a).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • Phi(z,s,a)=sum_(k=0)^(infty)z^k/(k+a)^s.
  • For Re(a)<0, the definition used is Phi(z,s,a)=sum_(k=0)^(infty)z^k((k+a)^2)^(-s/2), where any term with k+a=0 is excluded.
  • For certain special arguments, LerchPhi automatically evaluates to exact values.
  • LerchPhi can be evaluated to arbitrary numerical precision.
  • LerchPhi automatically threads over lists.
Evaluate for complex arguments and parameters:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
LerchPhi threads element-wise over lists and matrices:
Simple exact values are generated automatically:
Evaluate derivatives numerically:
TraditionalForm formatting:
Series expansion at special points:
LerchPhi can be applied to power series:
By default, LerchPhi includes only terms with positive k:
In a symmetric case, setting DoublyInfinite->True just doubles the result:
In a more general case, negative k terms have a more complicated effect:
For negative integer a, IncludeSingularTerm->True gives an infinite result:
Find a zero of LerchPhi:
Central moments of a geometric probability distribution:
Explicit forms for small k:
Obtain LerchPhi from sums:
LerchPhi is a numeric function:
A larger setting for $MaxExtraPrecision can be needed:
LerchPhi uses numerical comparisons when singular terms are included:
Machine-number inputs can give high-precision results:
For z=a=1, LerchPhi cannot always be evaluated in terms of Zeta for symbolic s:
HurwitzLerchPhi is different from LerchPhi is the choice of branch-cuts:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team