Mandelbrot fractal
This is the result of me playing around with complex numbers and the Mandelbrot fractal.
Arrows or mouse: move around
Sliders to change:
zoom (scale)
iterations (n)
cut off limit (r)
[I have now removed my complex number class]
[I still have the code on my computer.]
[So if you're interested in it, send me a message!]
My class for complex numbers can do:
The basic operations:
addition
subtraction
multiplication & vector scaling
division
exponentiation (through polar form and de Moivre's formula)
Special operations:
argument
absolute value
conjugate
conjugate multiplication
(I haven't implemented complex numbers in polar form yet, and I doubt it will happen at all. It's just me playing around, after all!)
- forked:0
- favorite:0
- lines:143
- license : MIT License
- modified : 2011-11-25 07:34:00


