Fungrim home page

Fungrim entry: 97ba8d

ez+nπi=(1)nez{e}^{z + n \pi i} = {\left(-1\right)}^{n} {e}^{z}
Assumptions:zCandnZz \in \mathbb{C} \,\mathbin{\operatorname{and}}\, n \in \mathbb{Z}
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
Expez{e}^{z} Exponential function
ConstPiπ\pi The constant pi (3.14...)
ConstIii Imaginary unit
Powab{a}^{b} Power
CCC\mathbb{C} Complex numbers
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("97ba8d"),
    Formula(Equal(Exp(Add(z, Mul(Mul(n, ConstPi), ConstI))), Mul(Pow(-1, n), Exp(z)))),
    Variables(z, n),
    Assumptions(And(Element(z, CC), Element(n, ZZ))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC