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.
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team