Assumptions:
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 |
---|---|---|
Exp | Exponential function | |
ConstI | Imaginary unit | |
Cos | Cosine | |
Sin | Sine | |
CC | 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))))