Skip to content

louiscb/Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Program that creates Mandelbrot images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages