Dragon fractal
Instructions: To zoom in on an area, highlight it with mouse by dragging out a rectangle. To zoom out press Zoom out button. Reset button will set default values of parameters.
Description:
This type of fractal is generated by transformations:
| Dragon: | Zn+1 = C*Zn(Zn + 1) |
| Dragon 2: | Zn+1 = C*Zn(Zn - 1) |
| Dragon 3: | Zn+1 = C*Zn(Zn + i) |
| Dragon 4: | Zn+1 = C*Zn(Zn - i) |
| Dragon 5: | Zn+1 = C*Zn(Zn + 1) |
where:
C is a constant. You can specify real (Re(C)) and imaginary (Im(C)) parts of C for J (Julia) type of fractal, for M (Mandelbrot) type C = Z0 = pixel is already set.
For Dragon 5 C = pixel and Z0 = const = Re(C) + i*Im(C)
Back to main page