Fungrim home page

Fungrim entry: e103e7

eiz=cos(z)+isin(z){e}^{i z} = \cos(z) + i \sin(z)
Assumptions:zCz \in \mathbb{C}
TeX:
{e}^{i z} = \cos(z) + i \sin(z)

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Expez{e}^{z} Exponential function
ConstIii Imaginary unit
Coscos(z)\cos(z) Cosine
Sinsin(z)\sin(z) Sine
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("e103e7"),
    Formula(Equal(Exp(Mul(ConstI, z)), Add(Cos(z), Mul(ConstI, Sin(z))))),
    Variables(z),
    Assumptions(Element(z, CC)))

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