Fungrim home page

Fungrim entry: f1bd89

z(1z)y(z)+(c(a+b+1)z)y(z)aby(z)=0   where y(z)=2F1 ⁣(a,b,c,z)z \left(1 - z\right) y''(z) + \left(c - \left(a + b + 1\right) z\right) y'(z) - a b y(z) = 0\; \text{ where } y(z) = \,{}_2F_1\!\left(a, b, c, z\right)
Assumptions:aC  and  bC  and  cC{0,1,}  and  zC[1,)a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \;\mathbin{\operatorname{and}}\; c \in \mathbb{C} \setminus \{0, -1, \ldots\} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left[1, \infty\right)
TeX:
z \left(1 - z\right) y''(z) + \left(c - \left(a + b + 1\right) z\right) y'(z) - a b y(z) = 0\; \text{ where } y(z) = \,{}_2F_1\!\left(a, b, c, z\right)

a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \;\mathbin{\operatorname{and}}\; c \in \mathbb{C} \setminus \{0, -1, \ldots\} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left[1, \infty\right)
Definitions:
Fungrim symbol Notation Short description
ComplexDerivativeddzf ⁣(z)\frac{d}{d z}\, f\!\left(z\right) Complex derivative
Hypergeometric2F12F1 ⁣(a,b,c,z)\,{}_2F_1\!\left(a, b, c, z\right) Gauss hypergeometric function
CCC\mathbb{C} Complex numbers
ZZLessEqualZn\mathbb{Z}_{\le n} Integers less than or equal to n
ClosedOpenInterval[a,b)\left[a, b\right) Closed-open interval
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("f1bd89"),
    Formula(Where(Equal(Sub(Add(Mul(Mul(z, Sub(1, z)), ComplexDerivative(y(z), For(z, z, 2))), Mul(Sub(c, Mul(Add(Add(a, b), 1), z)), ComplexDerivative(y(z), For(z, z, 1)))), Mul(Mul(a, b), y(z))), 0), Equal(y(z), Hypergeometric2F1(a, b, c, z)))),
    Variables(a, b, c, z),
    Assumptions(And(Element(a, CC), Element(b, CC), Element(c, SetMinus(CC, ZZLessEqual(0))), Element(z, SetMinus(CC, ClosedOpenInterval(1, Infinity))))))

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