Assumptions:
TeX:
I_{\nu}\!\left(z\right) = \frac{1}{\pi} \int_{0}^{\pi} \exp\!\left(z \cos(t)\right) \cos\!\left(\nu t\right) \, dt - \frac{\sin\!\left(\pi \nu\right)}{\pi} \int_{0}^{\infty} \exp\!\left(-z \cosh(t) - \nu t\right) \, dt \nu \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \operatorname{Re}(z) > 0
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
BesselI | Modified Bessel function of the first kind | |
Pi | The constant pi (3.14...) | |
Integral | Integral | |
Exp | Exponential function | |
Cos | Cosine | |
Sin | Sine | |
Infinity | Positive infinity | |
CC | Complex numbers | |
Re | Real part |
Source code for this entry:
Entry(ID("7ae3ed"), Formula(Equal(BesselI(nu, z), Sub(Mul(Div(1, Pi), Integral(Mul(Exp(Mul(z, Cos(t))), Cos(Mul(nu, t))), For(t, 0, Pi))), Mul(Div(Sin(Mul(Pi, nu)), Pi), Integral(Exp(Sub(Neg(Mul(z, Cosh(t))), Mul(nu, t))), For(t, 0, Infinity)))))), Variables(nu, z), Assumptions(And(Element(nu, CC), Element(z, CC), Greater(Re(z), 0))))