Assumptions:
TeX:
{\left(\cos(z) + i \sin(z)\right)}^{n} = \cos\!\left(n z\right) + i \sin\!\left(n z\right) z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Pow | Power | |
Cos | Cosine | |
ConstI | Imaginary unit | |
Sin | Sine | |
CC | Complex numbers | |
ZZ | Integers |
Source code for this entry:
Entry(ID("d0505f"), Formula(Equal(Pow(Add(Cos(z), Mul(ConstI, Sin(z))), n), Add(Cos(Mul(n, z)), Mul(ConstI, Sin(Mul(n, z)))))), Variables(z, n), Assumptions(And(Element(z, CC), Element(n, ZZ))))