Fungrim home page

Fungrim entry: 3866dc

Re(z)=z+z2\operatorname{Re}(z) = \frac{z + \overline{z}}{2}
Assumptions:zCz \in \mathbb{C}
TeX:
\operatorname{Re}(z) = \frac{z + \overline{z}}{2}

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
ReRe(z)\operatorname{Re}(z) Real part
Conjugatez\overline{z} Complex conjugate
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("3866dc"),
    Formula(Equal(Re(z), Div(Add(z, Conjugate(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