Assumptions:
TeX:
Y^{(r)}_{\nu}\!\left(z\right) = \frac{1}{{2}^{r}} \sum_{k=0}^{r} {\left(-1\right)}^{k} {r \choose k} Y_{\nu + 2 k - r}\!\left(z\right) \nu \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{0\right\} \;\mathbin{\operatorname{and}}\; r \in \mathbb{Z}_{\ge 0}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
BesselY | Bessel function of the second kind | |
Pow | Power | |
Sum | Sum | |
Binomial | Binomial coefficient | |
CC | Complex numbers | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("68cc2f"), Formula(Equal(BesselY(nu, z, r), Mul(Div(1, Pow(2, r)), Sum(Mul(Mul(Pow(-1, k), Binomial(r, k)), BesselY(Sub(Add(nu, Mul(2, k)), r), z)), For(k, 0, r))))), Variables(nu, z, r), Assumptions(And(Element(nu, CC), Element(z, SetMinus(CC, Set(0))), Element(r, ZZGreaterEqual(0)))))