Assumptions:
TeX:
\int_{a}^{b} \operatorname{sinc}(x) \, dx = \operatorname{Si}(b) - \operatorname{Si}(a)
a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Integral | Integral | |
| Sinc | Sinc function | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("d6c29e"),
Formula(Equal(Integral(Sinc(x), For(x, a, b)), Sub(SinIntegral(b), SinIntegral(a)))),
Variables(a, b),
Assumptions(And(Element(a, CC), Element(b, CC))))