Fungrim home page

Fungrim entry: d38a03

sin ⁣(πz)=πΓ(z)Γ ⁣(1z)\sin\!\left(\pi z\right) = \frac{\pi}{\Gamma(z) \Gamma\!\left(1 - z\right)}
Assumptions:zCz \in \mathbb{C}
TeX:
\sin\!\left(\pi z\right) = \frac{\pi}{\Gamma(z) \Gamma\!\left(1 - z\right)}

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Sinsin(z)\sin(z) Sine
Piπ\pi The constant pi (3.14...)
GammaΓ(z)\Gamma(z) Gamma function
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("d38a03"),
    Formula(Equal(Sin(Mul(Pi, z)), Div(Pi, Mul(Gamma(z), Gamma(Sub(1, z)))))),
    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