Assumptions:
TeX:
\operatorname{sinc}(z) = {\left(\frac{2 z}{\pi}\right)}^{-1 / 2} J_{1 / 2}\!\left(z\right)
z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \ne 0Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Sinc | Sinc function | |
| Pow | Power | |
| Pi | The constant pi (3.14...) | |
| BesselJ | Bessel function of the first kind | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("19d7d9"),
Formula(Equal(Sinc(z), Mul(Pow(Div(Mul(2, z), Pi), Neg(Div(1, 2))), BesselJ(Div(1, 2), z)))),
Variables(z),
Assumptions(And(Element(z, CC), NotEqual(z, 0))))