Complex Plane Mapping Program -dmitrid@ufl.edu Synopsis The program colors the 4 quadrants of the complex plane into 4 colors. Red, green, blue, and yellow. It then takes all points on the plane, and applies a complex function to them. Color is invariant under the function transformation. And the image that appears as 'Output.bmp' is the output plane, in this way lots of pretty pictures can be obtained. Enjoy. Usage run.pl Zoom Function Step Decreasing the step increases the texture or fine-ness of the image so to speak, as more points are used. Its obvious what the zoom does. Function must be of the form a*z^n + b*z^k - .... Where a, b are real numbers. But n and k must be integers. Example run.pl 1 z^2 1 will plot z^2 with a zoom of 1, and a step of 1.