I've been teaching myself complex analysis using "Introductory Complex Analysis" by Richard A. Silverman, and I'm a few chapters in and still have no clue how to plot anything. I know that
$$ z = x + iy $$
corresponds to an imaginary plane and a real plane, ie
$$ z = x^{2} + iy $$
Gives a parabolic plane for the real part, and a flat plane for the imaginary part. The issue I'm having is plotting
$$ w = f(z) = u+vi $$
where
$$ u\rightarrow u(x,y) \wedge v\rightarrow v(x,y) .$$
I get the idea that 1 function of a complex variable produces two graphs that can be regarded as real, so would I be correct in assuming that:
$$ f(z) = w = z^{2} = (x +iy)(x +iy) = x^2 + i2xy -y^{2} $$
thus
$$ u=x^{2} - y^{2} \wedge v=2xy $$
as applied to the definition above, giving me the real plot "u" and an imaginary plot "v", are the only two graphs? Also, which -- if either -- is to be regarded as the w plane and the z plane?
