Fungrim home page

Fungrim entry: b41d08

sinc ⁣(iz)=sinh(z)z\operatorname{sinc}\!\left(i z\right) = \frac{\sinh(z)}{z}
Assumptions:zC  and  z0z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \ne 0
TeX:
\operatorname{sinc}\!\left(i z\right) = \frac{\sinh(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
ConstIii Imaginary unit
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("b41d08"),
    Formula(Equal(Sinc(Mul(ConstI, z)), Div(Sinh(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