Assumptions:
Alternative assumptions:
TeX:
\sin(z) = \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 | |
| Pi | The constant pi (3.14...) | |
| ZZ | Integers | |
| PowerSeries | 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, Set(Mul(Add(Mul(2, n), 1), Pi), ForElement(n, ZZ)))), And(Element(z, PowerSeries(CC, SerX)), NotElement(z, Set(Mul(Add(Mul(2, n), 1), Pi), ForElement(n, ZZ))))))