So I got stuck on a question asking me to plot in $\mathbb{C}$ the following two expressions ($z \in \mathbb{C}$): $$Re(z) + Im(z) = 2$$ $$Re(z) - Im(z) = 0$$
Now this should be easy enough...
If we set $z = x +iy$ the first equation should be:
$Re(x + iy) + Im(x +iy) = 2$ Which would give me: $x + y = 2$ and the line $y = - x + 2$
Which is wrong...
The same thing with the second equation:
$Re(x+iy) - Im(x+iy) = 0$ would give me: $x - y = 0$ and the line $y=x$
Which is also wrong...
Something obvious is missing from my understanding of this...