Assumptions:
TeX:
G'(z) = G(z) \left(\left(z - 1\right) \psi\!\left(z\right) - z + \frac{\log\!\left(2 \pi\right) + 1}{2}\right) z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \notin \{0, -1, \ldots\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
ComplexDerivative | Complex derivative | |
BarnesG | Barnes G-function | |
DigammaFunction | Digamma function | |
Log | Natural logarithm | |
Pi | The constant pi (3.14...) | |
CC | Complex numbers | |
ZZLessEqual | Integers less than or equal to n |
Source code for this entry:
Entry(ID("5babc2"), Formula(Equal(ComplexDerivative(BarnesG(z), For(z, z)), Mul(BarnesG(z), Add(Sub(Mul(Sub(z, 1), DigammaFunction(z)), z), Div(Add(Log(Mul(2, Pi)), 1), 2))))), Variables(z), Assumptions(And(Element(z, CC), NotElement(z, ZZLessEqual(0)))))