Fungrim home page

Fungrim entry: 77d6bf

ea+bi=ea(cos(b)+sin(b)i){e}^{a + b i} = {e}^{a} \left(\cos(b) + \sin(b) i\right)
Assumptions:aC  and  bCa \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}
TeX:
{e}^{a + b i} = {e}^{a} \left(\cos(b) + \sin(b) i\right)

a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \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("77d6bf"),
    Formula(Equal(Exp(Add(a, Mul(b, ConstI))), Mul(Exp(a), Add(Cos(b), Mul(Sin(b), ConstI))))),
    Variables(a, b),
    Assumptions(And(Element(a, CC), Element(b, 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