Fungrim home page

Fungrim entry: 1fa6b7

ez+2nπi=ez{e}^{z + 2 n \pi i} = {e}^{z}
Assumptions:zC  and  nZz \in \mathbb{C} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}
TeX:
{e}^{z + 2 n \pi i} = {e}^{z}

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}
Definitions:
Fungrim symbol Notation Short description
Expez{e}^{z} Exponential function
Piπ\pi The constant pi (3.14...)
ConstIii Imaginary unit
CCC\mathbb{C} Complex numbers
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("1fa6b7"),
    Formula(Equal(Exp(Add(z, Mul(Mul(Mul(2, n), Pi), ConstI))), 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.

2021-03-15 19:12:00.328586 UTC