Fungrim home page

Fungrim entry: bcd22f

zz=z2z \overline{z} = {\left|z\right|}^{2}
Assumptions:zCz \in \mathbb{C}
TeX:
z \overline{z} = {\left|z\right|}^{2}

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
Conjugatez\overline{z} Complex conjugate
Powab{a}^{b} Power
Absz\left|z\right| Absolute value
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("bcd22f"),
    Formula(Equal(Mul(z, Conjugate(z)), Pow(Abs(z), 2))),
    Variables(z),
    Assumptions(Element(z, CC)))

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