10000 GitHub - Y-Sree-Chaitanya/mandlebrot-fractal: Fractal generation using mandlebrot set
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Y-Sree-Chaitanya/mandlebrot-fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandlebrot-fractal

Fractal generation using mandlebrot set

Mandlebrot Set is obtained from quadratic recurrence relation : z(n+1)=zn2+C.


Description:

mandlebrot.cpp can be used to obtain a plot of mandlebrot set.

Mandelbrot set images are created by sampling the complex numbers and determining, for each sample point c, whether the result of iterating the above function goes to infinity.

In this case infinity is denoted by max count.Typically points for which the sequence does not diverge are coloured black.

Coloured plots are obtained by colouring points according to the number of steps taken to reach max_count.

Multibrot sets are obtained by using polynomials of higher degrees.

About

Fractal generation using mandlebrot set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0