Analyze the Mandelbrot fractal with this program.
Mandelbrot Set is a Java based application specially designed to display a set of points, c, in the complex plane that keep the function, z2 + c, bounded. The function is generated by starting with value of c and an initial value for z, and generating the resulting complex number from the function z2 + c.
The result of the function them becomes the new z to be substituted back into the function. This process is repeated until it is clear the function is bounded or unbounded by the initial choice of c. By click-dragging in the plot you can magnify the selected region of the Mandelbrot set.
Requirements:
· Java
link : [url]http://www.softpedia.com/progDownload/Mandelbrot-Set-Model-Download-166758.html[/url]
Mandelbrot Set is a Java based application specially designed to display a set of points, c, in the complex plane that keep the function, z2 + c, bounded. The function is generated by starting with value of c and an initial value for z, and generating the resulting complex number from the function z2 + c.
The result of the function them becomes the new z to be substituted back into the function. This process is repeated until it is clear the function is bounded or unbounded by the initial choice of c. By click-dragging in the plot you can magnify the selected region of the Mandelbrot set.
Requirements:
· Java
link : [url]http://www.softpedia.com/progDownload/Mandelbrot-Set-Model-Download-166758.html[/url]
