Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica Technical FAQs Services & Resources / Mathematica / Kernels & Programming
-----
 /
Symbols
*Mathematica
*Network Mathematica
*webMathematica
*gridMathematica
*Personal Grid Edition
*Wolfram Workbench
*Wolfram Education Group
*Application Packages
*Mathematica for Students
*Mathematica CalcCenter
*Publicon
*A New Kind of Science Explorer
*Mathematical Explorer
*Mathematica Teacher's Edition
*Calculus WIZ
*Mathematica Player
*Ask about this page
*Print this page
*Email this page
*Give us feedback
*
Sign up for our newsletter:

LerchPhi


Usage Message:

LerchPhi[z, s, a] gives the Lerch transcendent Phi(z, s, a).

Attributes[LerchPhi] = {Listable, NumericFunction, Protected}

Options:

DoublyInfinite -> False

IncludeSingularTerm -> False

Related Symbols:

Zeta

Notes:

Numerical evaluation of LerchPhi[z, s, a] is based on the definition
Sum[z^k/((a + k)^2)^(s/2), {k, 0, Infinity}]
Most references for this function use a different definition:
Sum[z^k/(a + k)^s, {k, 0, Infinity}]
The definition that is used in Mathematica was chosen because it is believed to have a more convenient branch cut structure for modern uses of this function. Although this definition has been widely discussed by experts on special functions, we are not aware of a published reference for this definition.

Known Bugs:

The documentation for LerchPhi[z, s, a], and some functions in Mathematica, use the definition
Sum[z^k/(a + k)^s, {k, 0, Infinity}]
This definition is in disagreement with the definition that is used for computing numerical values of LerchPhi[z, s, a].


Additional Online Documentation:

Mathematica 3.0
http://documents.wolfram.com/v3/RefGuide/LerchPhi.html

Mathematica 4.0
http://documents.wolfram.com/v4/RefGuide/LerchPhi.html




 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy