https://github.com/louiscb/mandelbrot
Program that creates Mandelbrot images.
https://github.com/louiscb/mandelbrot
elixir mandelbrot
Last synced: about 1 year ago
JSON representation
Program that creates Mandelbrot images.
- Host: GitHub
- URL: https://github.com/louiscb/mandelbrot
- Owner: louiscb
- Created: 2018-03-10T17:13:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T17:48:11.000Z (over 8 years ago)
- Last Synced: 2025-03-23T08:14:34.912Z (over 1 year ago)
- Topics: elixir, mandelbrot
- Language: Elixir
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mandelbrot Image Creator
This program creates an image of a Mandelbrot fractural set.
The [Mandelbrot set](https://en.wikipedia.org/wiki/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
