Fungrim home page

Fungrim entry: 506d0c

sin ⁣(π2+πk)=(1)k\sin\!\left(\frac{\pi}{2} + \pi k\right) = {\left(-1\right)}^{k}
Assumptions:kZk \in \mathbb{Z}
TeX:
\sin\!\left(\frac{\pi}{2} + \pi k\right) = {\left(-1\right)}^{k}

k \in \mathbb{Z}
Definitions:
Fungrim symbol Notation Short description
Sinsin(z)\sin(z) Sine
Piπ\pi The constant pi (3.14...)
Powab{a}^{b} Power
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("506d0c"),
    Formula(Equal(Sin(Add(Div(Pi, 2), Mul(Pi, k))), Pow(-1, k))),
    Variables(k),
    Assumptions(Element(k, ZZ)))

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