Julia set, a fractal. Here created using the reversed formula in an iterated function system.
Formula used:
One of the two roots are selected from some kind of function system and then after a number of pre-iterations (10-20) the position of is constantly plotted after each iteration. The method is wery much like the "random game" IFS method.
Parameter c is near c = -0.750357820200574 +0.047756163825227 i
All fractals are from self-written tools - linear IFS images from my: "2D IFS Studio", non-linear (rev Julia) from "3D RJIFS", (that also writes 2D rev Julias), escape time Z² fractals from "Julia dream", the rest are from small "hacks".
'''Julia set''', a fractal. Here created using the revesed formula in a itearted function system. Formula used: :<math>z_{n+1} = \sqrt{z_n - c}</math> One of the two roots are selected from some kind of function system and then after a number of