Topic: plotting complex numbers
Hi. I would like to know if there is a way of using Graph to plot complex numbers. I know i can plot z = x + iy using "insert point series", and specifying my x and y numbers, but i have to manually type in each individual number. Is there a way of specifying a range, and therefore being able to plot (say) 1 + iy, where i could specify the range of y, say from -5 to 5.
Also, is there a way of plotting things like z^2, since z^2 = (x^2 - y^2) + i(2xy), without having to manually specify the value of x^2 - y^2 in the x column and 2xy in the y column of "insert point series" ? Again i would like to be able to run "x^2 - y^2" and "2xy" automatically for a ranges of values of x and y, so that i could plot the coordinate (x^2 - y^2, 2xy), or any other coordinate based on complex number arithmetic. Can this be done ?
thanks
chris