Skip to content

Files

Latest commit

60c1d08 · Mar 10, 2018

History

History
19 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 540 Bytes

Mandelbrot Image Creator

This program creates an image of a Mandelbrot fractural set.

The Mandelbrot set is the set of complex numbers for which a function does not diverge when iterated from.

How to run

Compile the file c("Mandel.ex")

Run the function Mandel.demo

It will generate a new image called new.ppm

To change the generation of the image, change the values of the variables in Mandel.demo and Mandel.small

Example Mandelbrot Image

alt text