Assumptions:
TeX:
\mathop{\operatorname{zeros}\,}\limits_{z \in \mathbb{C}} \left[{z}^{2} - c\right] = \left\{i \sqrt{-c}, -i \sqrt{-c}\right\} c \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Zeros | Zeros (roots) of function | |
Pow | Power | |
CC | Complex numbers | |
ConstI | Imaginary unit | |
Sqrt | Principal square root |
Source code for this entry:
Entry(ID("e0ac95"), Formula(Equal(Zeros(Sub(Pow(z, 2), c), ForElement(z, CC)), Set(Mul(ConstI, Sqrt(Neg(c))), Mul(Neg(ConstI), Sqrt(Neg(c)))))), Variables(c), Assumptions(Element(c, CC)))