Assumptions:
TeX:
{e}^{z + n \pi i} = {\left(-1\right)}^{n} {e}^{z} z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Exp | Exponential function | |
Pi | The constant pi (3.14...) | |
ConstI | Imaginary unit | |
Pow | Power | |
CC | Complex numbers | |
ZZ | Integers |
Source code for this entry:
Entry(ID("97ba8d"), Formula(Equal(Exp(Add(z, Mul(Mul(n, Pi), ConstI))), Mul(Pow(-1, n), Exp(z)))), Variables(z, n), Assumptions(And(Element(z, CC), Element(n, ZZ))))