Assumptions:
TeX:
\left|{\left(a + b i\right)}^{c + d i}\right| = {M}^{c} {e}^{-d \theta}\; \text{ where } M = \left|a + b i\right|,\,\theta = \arg\!\left(a + b i\right) a \in \mathbb{R} \,\mathbin{\operatorname{and}}\, b \in \mathbb{R} \,\mathbin{\operatorname{and}}\, c \in \mathbb{R} \,\mathbin{\operatorname{and}}\, d \in \mathbb{R} \,\mathbin{\operatorname{and}}\, a + b i \ne 0
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Abs | Absolute value | |
Pow | Power | |
ConstI | Imaginary unit | |
Exp | Exponential function | |
Arg | Complex argument | |
RR | Real numbers |
Source code for this entry:
Entry(ID("bc4d0a"), Formula(Equal(Abs(Pow(Add(a, Mul(b, ConstI)), Add(c, Mul(d, ConstI)))), Where(Mul(Pow(M, c), Exp(Neg(Mul(d, theta)))), Equal(M, Abs(Add(a, Mul(b, ConstI)))), Equal(theta, Arg(Add(a, Mul(b, ConstI))))))), Variables(a, b, c, d), Assumptions(And(Element(a, RR), Element(b, RR), Element(c, RR), Element(d, RR), Unequal(Add(a, Mul(b, ConstI)), 0))))