Assumptions:
TeX:
y''(z) - z y\!\left(z\right) = 0\; \text{ where } y\!\left(z\right) = C \operatorname{Ai}\!\left(z\right) + D \operatorname{Bi}\!\left(z\right) z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, C \in \mathbb{C} \,\mathbin{\operatorname{and}}\, D \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Derivative | Derivative | |
AiryAi | Airy function of the first kind | |
AiryBi | Airy function of the second kind | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("51b241"), Formula(Where(Equal(Sub(Derivative(y(z), Tuple(z, z, 2)), Mul(z, y(z))), 0), Equal(y(z), Add(Mul(C, AiryAi(z)), Mul(D, AiryBi(z)))))), Variables(z, C, D), Assumptions(And(Element(z, CC), Element(C, CC), Element(D, CC))))