Fungrim home page

Fungrim entry: 807f3f

Kν(r) ⁣(z)=(1)r2rk=0r(rk)Kν+2kr ⁣(z)K^{(r)}_{\nu}\!\left(z\right) = \frac{{\left(-1\right)}^{r}}{{2}^{r}} \sum_{k=0}^{r} {r \choose k} K_{\nu + 2 k - r}\!\left(z\right)
Assumptions:νCandzC{0}andrZ0\nu \in \mathbb{C} \,\mathbin{\operatorname{and}}\, z \in \mathbb{C} \setminus \left\{0\right\} \,\mathbin{\operatorname{and}}\, r \in \mathbb{Z}_{\ge 0}
TeX:
K^{(r)}_{\nu}\!\left(z\right) = \frac{{\left(-1\right)}^{r}}{{2}^{r}} \sum_{k=0}^{r} {r \choose k} K_{\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
BesselKDerivativeKν(r) ⁣(z)K^{(r)}_{\nu}\!\left(z\right) Differentiated modified Bessel function of the second kind
Powab{a}^{b} Power
Binomial(nk){n \choose k} Binomial coefficient
BesselKKν ⁣(z)K_{\nu}\!\left(z\right) Modified Bessel function of the second kind
CCC\mathbb{C} Complex numbers
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("807f3f"),
    Formula(Equal(BesselKDerivative(nu, z, r), Mul(Div(Pow(-1, r), Pow(2, r)), Sum(Mul(Binomial(r, k), BesselK(Sub(Add(nu, Mul(2, k)), r), z)), Tuple(k, 0, r))))),
    Variables(nu, z, r),
    Assumptions(And(Element(nu, CC), Element(z, SetMinus(CC, Set(0))), Element(r, 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.

2019-06-18 07:49:59.356594 UTC