Fungrim home page

Fungrim entry: 08583a

sinc(z)=1211eizxdx\operatorname{sinc}(z) = \frac{1}{2} \int_{-1}^{1} {e}^{i z x} \, dx
Assumptions:zCz \in \mathbb{C}
TeX:
\operatorname{sinc}(z) = \frac{1}{2} \int_{-1}^{1} {e}^{i z x} \, dx

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Sincsinc(z)\operatorname{sinc}(z) Sinc function
Integralabf(x)dx\int_{a}^{b} f(x) \, dx Integral
Expez{e}^{z} Exponential function
ConstIii Imaginary unit
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("08583a"),
    Formula(Equal(Sinc(z), Mul(Div(1, 2), Integral(Exp(Mul(Mul(ConstI, z), x)), For(x, -1, 1))))),
    Variables(z),
    Assumptions(Element(z, CC)))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC