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 > q Functions >

QPolyGamma

QPolyGamma[z, q]
gives the q-digamma function psi_q(z).
QPolyGamma[n, z, q]
gives the n^(th) derivative of the q-digamma function .
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • psi_q(z)⩵partial_z Gamma_q(z)/Gamma_q(z)⩵-log(1-q)+log(q)sum_(n=0)^inftyq^(n+z)/(1-q^(n+z)).
  • .
Evaluate numerically:
Evaluate for complex arguments:
Evaluate to arbitrary precision:
The precision of the output tracks the precision of the input:
QPolyGamma threads element-wise over lists:
TraditionalForm formatting:
Express certain sums in closed form:
In general all basic q-rational sums can be computed using QPolyGamma:
Use DifferenceDelta to verify:
Differences of QPolyGamma are q-rational functions:
Derivatives of QGamma involve QPolyGamma:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team