Fungrim home page

Fungrim entry: 244127

sin2 ⁣(z)=1cos2 ⁣(z)\sin^{2}\!\left(z\right) = 1 - \cos^{2}\!\left(z\right)
Assumptions:zCz \in \mathbb{C}
TeX:
\sin^{2}\!\left(z\right) = 1 - \cos^{2}\!\left(z\right)

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Powab{a}^{b} Power
Sinsin(z)\sin(z) Sine
Coscos(z)\cos(z) Cosine
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("244127"),
    Formula(Equal(Pow(Sin(z), 2), Sub(1, Pow(Cos(z), 2)))),
    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