Assumptions:
TeX:
\operatorname{sinc}\!\left(a z\right) = \frac{1}{a} \int_{0}^{a} \cos\!\left(z x\right) \, dx
z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; a \ne 0Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Sinc | Sinc function | |
| Integral | Integral | |
| Cos | Cosine | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("e2c10d"),
Formula(Equal(Sinc(Mul(a, z)), Mul(Div(1, a), Integral(Cos(Mul(z, x)), For(x, 0, a))))),
Variables(a, z),
Assumptions(And(Element(z, CC), Element(a, CC), NotEqual(a, 0))))