Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Zeta Functions & Polylogarithms >

Zeta

Zeta[s]
gives the Riemann zeta function zeta(s).
Zeta[s, a]
gives the generalized Riemann zeta function zeta(s,a).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • For Re(s)>1, zeta(s)=∑_(k=1)^∞k^(-s).
  • zeta(s,a)=∑_(k=0)^(∞)(k+a)^(-s), where any term with k+a=0 is excluded.
  • For Re(a)<0, the definition used is zeta(s,a)=∑_(k=0)^(∞)((k+a)^2)^(-s/2).
  • Zeta[s] has no branch cut discontinuities.
  • For certain special arguments, Zeta automatically evaluates to exact values.
  • Zeta can be evaluated to arbitrary numerical precision.
  • Zeta automatically threads over lists.
New in 1
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team