Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: mandelbrotimage Download
 Description: Draws Mandelbrot image that Mandela images. Mandelbrot each position in the image corresponds to the formula N = x+y* i in a complex. Real part be x, and the imaginary part y, i is the square root of-1. Each position in the image corresponding to the coordinates x and y of the imaginary part of x and y. Each position in the image expressed with the parameter N, which is x* x+y* y square root of If this value is greater than or equal to 2, then the number corresponding to the position value is 0. If the parameter value of N is less than two, put the value of N to N* NN (N = (x* xy* yx)+ (2* x* yy)* i)), and again test the new N value. If this value is greater than or equal to 2, then the number corresponding to the position value is 1. This process continues until we give the position of the image assigned a value or number of iterations performed more than the specified number of times so far. Program features: Available mouse to select the zoom area, the number of infinite zoom
 Downloaders recently: [More information of uploader bohan]
 To Search:
File list (Check if you may need any files):
 

mandelbrotimage.m
    

CodeBus www.codebus.net