-
-
Notifications
You must be signed in to change notification settings - Fork 701
Open
Description
The functions in transcentental.py could return special values:
zetaderiv(0,1)=-1/2*log(2*pi), http://dlmf.nist.gov/25.6#E11zetaderiv(0,2)=-1/2*log(2*pi)^2+..., http://dlmf.nist.gov/25.6#E12, needs Euler constantshurwitz_zeta, we already have:
sage: hurwitz_zeta(5,1/2)
31*zeta(5)
sage: hurwitz_zeta(x,1/2)
hurwitz_zeta(x, 1/2)
The latter should be (2^x-1)*zeta(x). Also hurwitz_zeta(0,...) is missing, http://dlmf.nist.gov/25.11#v
This ticket may also discuss: are there closed forms without zeta for
zetawith odd positive argument: http://dlmf.nist.gov/25.6#E6 ?
CC: @behackl
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/18141