Fungrim home page

Fungrim entry: 504717

2F1 ⁣(a,b,c,z)=(1z)b2F1 ⁣(ca,b,c,zz1)\,{}_2{\textbf F}_1\!\left(a, b, c, z\right) = {\left(1 - z\right)}^{-b} \,{}_2{\textbf F}_1\!\left(c - a, b, c, \frac{z}{z - 1}\right)
Assumptions:aCandbCandcCandzCandz1a \in \mathbb{C} \,\mathbin{\operatorname{and}}\, b \in \mathbb{C} \,\mathbin{\operatorname{and}}\, c \in \mathbb{C} \,\mathbin{\operatorname{and}}\, z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, z \ne 1
TeX:
\,{}_2{\textbf F}_1\!\left(a, b, c, z\right) = {\left(1 - z\right)}^{-b} \,{}_2{\textbf F}_1\!\left(c - a, b, c, \frac{z}{z - 1}\right)

a \in \mathbb{C} \,\mathbin{\operatorname{and}}\, b \in \mathbb{C} \,\mathbin{\operatorname{and}}\, c \in \mathbb{C} \,\mathbin{\operatorname{and}}\, z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, z \ne 1
Definitions:
Fungrim symbol Notation Short description
Hypergeometric2F1Regularized2F1 ⁣(a,b,c,z)\,{}_2{\textbf F}_1\!\left(a, b, c, z\right) Regularized Gauss hypergeometric function
Powab{a}^{b} Power
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("504717"),
    Formula(Equal(Hypergeometric2F1Regularized(a, b, c, z), Mul(Pow(Sub(1, z), Neg(b)), Hypergeometric2F1Regularized(Sub(c, a), b, c, Div(z, Sub(z, 1)))))),
    Variables(a, b, c, z),
    Assumptions(And(Element(a, CC), Element(b, CC), Element(c, CC), Element(z, CC), Unequal(z, 1))))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC