Fungrim home page

Fungrim entry: e9465d

csgn(z)=z2z\operatorname{csgn}(z) = \frac{\sqrt{{z}^{2}}}{z}
Assumptions:zC{0}z \in \mathbb{C} \setminus \left\{0\right\}
TeX:
\operatorname{csgn}(z) = \frac{\sqrt{{z}^{2}}}{z}

z \in \mathbb{C} \setminus \left\{0\right\}
Definitions:
Fungrim symbol Notation Short description
Csgncsgn(z)\operatorname{csgn}(z) Real-valued sign function for complex numbers
Sqrtz\sqrt{z} Principal square root
Powab{a}^{b} Power
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("e9465d"),
    Formula(Equal(Csgn(z), Div(Sqrt(Pow(z, 2)), z))),
    Variables(z),
    Assumptions(Element(z, SetMinus(CC, Set(0)))))

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