Fungrim home page

Fungrim entry: fa9283

sinc(z)=sin(z)z\operatorname{sinc}(z) = \frac{\sin(z)}{z}
Assumptions:zC  and  z0z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \ne 0
TeX:
\operatorname{sinc}(z) = \frac{\sin(z)}{z}

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \ne 0
Definitions:
Fungrim symbol Notation Short description
Sincsinc(z)\operatorname{sinc}(z) Sinc function
Sinsin(z)\sin(z) Sine
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("fa9283"),
    Formula(Equal(Sinc(z), Div(Sin(z), z))),
    Variables(z),
    Assumptions(And(Element(z, CC), NotEqual(z, 0))))

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