-->

Computer Graphics: Fractals generation using Mandelbrot Set with C/C++ in Code::Blocks

Computer Graphics: Fractals generation using Mandelbrot Set with C/C++ in Code::Blocks


    "Clouds are not spheres, mountains are not cones, coastlines are not circles, and bark is not smooth, nor does lightning travel in a straight line." – Benoit Mandelbrot
    The Mandelbrot set is created by a general technique where a function of the form
    zn+1 = f(zn)
    is used to create a series of a complex variable. In the case of the Mandelbrot, the function is
    f(zn) = zn2 + zo
    This series is generated for every initial point zo on some partition of the complex plane separating the complex plane into two categories:
    1. Points inside the Mandelbrot set
    2. Points outside the Mandelbrot set
    Read more »
    fardi zayden
    @مرسلة بواسطة
    كاتب ومحرر اخبار اعمل في موقع دراسات تقنية .

    إرسال تعليق