Mandelbrot image This is an image of a portion of the Mandelbrot set generated using a simple C program. In addition to covering basic image generation and processing using array manipulation in C, we will explore the mathematics and physics behind the generation of fractal patterns like this.

Back