Assumptions:
TeX:
z y''(z) + \left(b - z\right) y'(z) - a y\!\left(z\right) = 0\; \text{ where } y\!\left(z\right) = 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 |
---|---|---|
Derivative | Derivative | |
Hypergeometric1F1Regularized | Regularized Kummer confluent hypergeometric function | |
HypergeometricU | Tricomi confluent hypergeometric function | |
CC | Complex numbers | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("06f229"), Formula(Where(Equal(Sub(Add(Mul(z, Derivative(y(z), Tuple(z, z, 2))), Mul(Sub(b, z), Derivative(y(z), Tuple(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), Unequal(z, 0), Element(Neg(a), ZZGreaterEqual(0))))))