Assumptions:
TeX:
\arg\!\left(x + y i\right) = \operatorname{atan2}\!\left(y, x\right) x \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Arg | Complex argument | |
ConstI | Imaginary unit | |
Atan2 | Two-argument inverse tangent | |
RR | Real numbers |
Source code for this entry:
Entry(ID("b2a880"), Formula(Equal(Arg(Add(x, Mul(y, ConstI))), Atan2(y, x))), Variables(x, y), Assumptions(And(Element(x, RR), Element(y, RR))))