Fungrim home page

Fungrim entry: 06f229

zy(z)+(bz)y(z)ay(z)=0   where y(z)=C1F1 ⁣(a,b,z)+DU ⁣(a,b,z)z y''(z) + \left(b - z\right) y'(z) - a y(z) = 0\; \text{ where } y(z) = C \,{}_1{\textbf F}_1\!\left(a, b, z\right) + D U\!\left(a, b, z\right)
Assumptions:aC  and  bC  and  zC  and  CC  and  DC  and  (D=0  or  z0  or  aZ0)a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; C \in \mathbb{C} \;\mathbin{\operatorname{and}}\; D \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \left(D = 0 \;\mathbin{\operatorname{or}}\; z \ne 0 \;\mathbin{\operatorname{or}}\; -a \in \mathbb{Z}_{\ge 0}\right)
TeX:
z y''(z) + \left(b - z\right) y'(z) - a y(z) = 0\; \text{ where } y(z) = C \,{}_1{\textbf F}_1\!\left(a, b, z\right) + D U\!\left(a, b, z\right)

a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; C \in \mathbb{C} \;\mathbin{\operatorname{and}}\; D \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \left(D = 0 \;\mathbin{\operatorname{or}}\; z \ne 0 \;\mathbin{\operatorname{or}}\; -a \in \mathbb{Z}_{\ge 0}\right)
Definitions:
Fungrim symbol Notation Short description
ComplexDerivativeddzf ⁣(z)\frac{d}{d z}\, f\!\left(z\right) Complex derivative
Hypergeometric1F1Regularized1F1 ⁣(a,b,z)\,{}_1{\textbf F}_1\!\left(a, b, z\right) Regularized Kummer confluent hypergeometric function
HypergeometricUU ⁣(a,b,z)U\!\left(a, b, z\right) Tricomi confluent hypergeometric function
CCC\mathbb{C} Complex numbers
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("06f229"),
    Formula(Where(Equal(Sub(Add(Mul(z, ComplexDerivative(y(z), For(z, z, 2))), Mul(Sub(b, z), ComplexDerivative(y(z), For(z, z, 1)))), Mul(a, y(z))), 0), Equal(y(z), Add(Mul(C, Hypergeometric1F1Regularized(a, b, z)), Mul(D, HypergeometricU(a, b, z)))))),
    Variables(z, a, b, C, D),
    Assumptions(And(Element(a, CC), Element(b, CC), Element(z, CC), Element(C, CC), Element(D, CC), Or(Equal(D, 0), NotEqual(z, 0), Element(Neg(a), ZZGreaterEqual(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