Fungrim home page

Fungrim entry: 513a30

Γ ⁣(x+yi)=Γ(x)k=0(1+y2(x+k)2)1/2\left|\Gamma\!\left(x + y i\right)\right| = \left|\Gamma(x)\right| \prod_{k=0}^{\infty} {\left(1 + \frac{{y}^{2}}{{\left(x + k\right)}^{2}}\right)}^{-1 / 2}
Assumptions:xR  and  yR  and  x+yi{0,1,}x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R} \;\mathbin{\operatorname{and}}\; x + y i \notin \{0, -1, \ldots\}
References:
  • Abramowitz & Stegun 6.1.25
TeX:
\left|\Gamma\!\left(x + y i\right)\right| = \left|\Gamma(x)\right| \prod_{k=0}^{\infty} {\left(1 + \frac{{y}^{2}}{{\left(x + k\right)}^{2}}\right)}^{-1 / 2}

x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R} \;\mathbin{\operatorname{and}}\; x + y i \notin \{0, -1, \ldots\}
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
GammaΓ(z)\Gamma(z) Gamma function
ConstIii Imaginary unit
Productnf(n)\prod_{n} f(n) Product
Powab{a}^{b} Power
Infinity\infty Positive infinity
RRR\mathbb{R} Real numbers
ZZLessEqualZn\mathbb{Z}_{\le n} Integers less than or equal to n
Source code for this entry:
Entry(ID("513a30"),
    Formula(Equal(Abs(Gamma(Add(x, Mul(y, ConstI)))), Mul(Abs(Gamma(x)), Product(Pow(Add(1, Div(Pow(y, 2), Pow(Add(x, k), 2))), Neg(Div(1, 2))), For(k, 0, Infinity))))),
    Variables(x, y),
    Assumptions(And(Element(x, RR), Element(y, RR), NotElement(Add(x, Mul(y, ConstI)), ZZLessEqual(0)))),
    References("Abramowitz & Stegun 6.1.25"))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC