Fungrim home page

Fungrim entry: f1a29b

Im(z)=zz2i\operatorname{Im}(z) = \frac{z - \overline{z}}{2 i}
Assumptions:zCz \in \mathbb{C}
TeX:
\operatorname{Im}(z) = \frac{z - \overline{z}}{2 i}

z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
ImIm(z)\operatorname{Im}(z) Imaginary part
Conjugatez\overline{z} Complex conjugate
ConstIii Imaginary unit
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("f1a29b"),
    Formula(Equal(Im(z), Div(Sub(z, Conjugate(z)), Mul(2, ConstI)))),
    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