Assumptions:
TeX:
I_{n}\!\left(z\right) = {i}^{-n} J_{n}\!\left(i z\right)
n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| BesselI | Modified Bessel function of the first kind | |
| Pow | Power | |
| ConstI | Imaginary unit | |
| BesselJ | Bessel function of the first kind | |
| ZZ | Integers | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("15bbb1"),
Formula(Equal(BesselI(n, z), Mul(Pow(ConstI, Neg(n)), BesselJ(n, Mul(ConstI, z))))),
Variables(n, z),
Assumptions(And(Element(n, ZZ), Element(z, CC))))