HOME | DD

element90 — Altered

Published: 2012-04-16 13:45:31 +0000 UTC; Views: 455; Favourites: 8; Downloads: 0
Redirect to original
Description A heavily altered Mandelbrot. The basic shape of the Mandelbrot is there but the main body is no longer uniformly black as the formula used has made the majority of the points meet the escape criterion, however, Mandelbrot islands appear in this area some of which are distorted. Produced using development version of Saturn & Titan. The formula used is new to Saturn and Titan.

Titan Version 2.1 development

Parameters

Formula: Combination 4

z = transform(z)
z = (alpha*(z^beta) + c)^gamma + (delta*(z^epsilon) + c)^zeta

alpha = 0.25 + 0i
beta = 2 + 0i
gamma = 1 + 0i
delta = 1 + 0i
epsilon = 2 + 0i
zeta = -2 + 0i

Programs: saturn and titan
Number of A transforms: 0
Number of B transforms: 0
Transform sequence: A
Number of Complex Plane transforms: 0
Initial values of z: 0 + 0i
Image centre: -2.208 + 0.128i
Image width: 15.008
Rotation about image centre: 0 degrees
Maximum iterations: 600
Bailout: norm(z) > 160
Colour selection: outer for bailout otherwise inner
Outer colouring: iteration
Inner colouring: fixed colour
Related content
Comments: 0