<html>
<head>
<title>Test Fractal Generator</title>
</head>
<body>
<h1>Test Fractal Generator</h1>
For a <a href="http://zenith.berkeley.edu/seidel/Frac/fracexp.html">Brief Explanation</a>
<form method="POST" action="http://www.pangloss.com/seidel/Frac/mandelb.cgi">
<p>
Explore for numbers in the Mandelbrot set by entering some values (or using
the defaults), and the computer will iterate them and generate a gif
image. If you try more than a few times, you may have to hit reload once
the result comes up, as your browser thinks it already has the image in
its cache and may not update it with each new post (reload solves this). 
&nbsp&nbsp<a href="http://mendel.berkeley.edu/kane/Frac/gal.cgi">User Gallery</a>
<br>
The defaults are set to show you the typical mapping of the Mandelbrot 
set on the plane in a box with opposite corners at (-2, -1.5) and 
(1.5, 1.5). The increment is the "distance" between pixels, so if you double 
the pixel field, halving the field increment scales the picture 
proportionately. I would recommend using a pencil and paper to keep 
track of where in the field you are so you can hone in on an interesting region.

<p>
<input type="text" name="x_start" value="-2.0">
Begining X-value (should be les than 2.0)
<p>
<input type="text" name="y_start" value="-1.5">
Begining Y-value (should be les than 2.0)
<p>
<input type="text" name="x_increment" value="0.015">
Increment of X field<br>
(should be small enough so that 200*X_increment is less than 2.0)
<p>
<input type="text" name="y_increment" value="0.015">
Increment of Y field<br>
(should be small enough so that 200*Y_increment is less than 2.0)
<p>

<br>
<select name="size">
<option value="200x200">200x200
<option value="300x300">300x300
<option value="400x400">400x400
</select> Size of x, y field in pixels


<p>
<input type="submit" name="submit1" value="Submit Request">
<input type="reset" value="Reset Request">
</form>
<hr>
Try your hand at <a href="http://mendel.berkeley.edu/~seidel/Po/poem.html>Electronic Poetry</a><p>
<a href="mailto:seidel@mendel.berkeley.edu">seidel@mendel.berkeley.edu</a>
</body>
</html>




