Fungrim home page

Fungrim entry: adbc1a

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

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Coscos(z)\cos(z) Cosine
ConstIii Imaginary unit
Sinsin(z)\sin(z) Sine
Expez{e}^{z} Exponential function
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("adbc1a"),
    Formula(Equal(Add(Cos(z), Mul(ConstI, Sin(z))), Exp(Mul(ConstI, 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