Assumptions:
Alternative assumptions:
TeX:
\sin\!\left(z\right) = \frac{2 \tan\!\left(\frac{z}{2}\right)}{\tan^{2}\!\left(\frac{z}{2}\right) + 1} z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, z \notin \left\{ \left(2 n + 1\right) \pi : n \in \mathbb{Z} \right\} z \in \mathbb{C}[[x]] \,\mathbin{\operatorname{and}}\, z \notin \left\{ \left(2 n + 1\right) \pi : n \in \mathbb{Z} \right\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Sin | Sine | |
Pow | Power | |
CC | Complex numbers | |
SetBuilder | Set comprehension | |
ConstPi | The constant pi (3.14...) | |
ZZ | Integers | |
FormalPowerSeries | Formal power series |
Source code for this entry:
Entry(ID("3fb3ca"), Formula(Equal(Sin(z), Div(Mul(2, Tan(Div(z, 2))), Add(Pow(Tan(Div(z, 2)), 2), 1)))), Variables(z), Assumptions(And(Element(z, CC), NotElement(z, SetBuilder(Mul(Add(Mul(2, n), 1), ConstPi), n, Element(n, ZZ)))), And(Element(z, FormalPowerSeries(CC, x)), NotElement(z, SetBuilder(Mul(Add(Mul(2, n), 1), ConstPi), n, Element(n, ZZ))))))