Fungrim home page

Fungrim entry: 888581

B ⁣(a,b)=Γ(a)Γ(b)Γ ⁣(a+b)\mathrm{B}\!\left(a, b\right) = \frac{\Gamma(a) \Gamma(b)}{\Gamma\!\left(a + b\right)}
Assumptions:aC{0,1,}  and  bC{0,1,}a \in \mathbb{C} \setminus \{0, -1, \ldots\} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \setminus \{0, -1, \ldots\}
TeX:
\mathrm{B}\!\left(a, b\right) = \frac{\Gamma(a) \Gamma(b)}{\Gamma\!\left(a + b\right)}

a \in \mathbb{C} \setminus \{0, -1, \ldots\} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \setminus \{0, -1, \ldots\}
Definitions:
Fungrim symbol Notation Short description
BetaFunctionB ⁣(a,b)\mathrm{B}\!\left(a, b\right) Beta function
GammaΓ(z)\Gamma(z) Gamma function
CCC\mathbb{C} Complex numbers
ZZLessEqualZn\mathbb{Z}_{\le n} Integers less than or equal to n
Source code for this entry:
Entry(ID("888581"),
    Formula(Equal(BetaFunction(a, b), Div(Mul(Gamma(a), Gamma(b)), Gamma(Add(a, b))))),
    Variables(a, b),
    Assumptions(And(Element(a, SetMinus(CC, ZZLessEqual(0))), Element(b, SetMinus(CC, ZZLessEqual(0))))))

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