Top "Fractals" questions

Fractals are interesting mathematical objects with a special behaviour in a complex-plane [Re, Im], depending on their initial position ( location ). Visualised in popular media, typically as shapes with infinite dimensionality that exhibit a sort of self-similarity.

What does "for x in y or z:" do in Python?

I'm trying to take apart and de-obfuscate this mandlebrot-generating python code: _ = ( 255, lambda V ,B,c :c and Y(V*V+…

python for-loop obfuscation fractals deobfuscation
Zooming in on Mandelbrot set fractal in Java

I am beginning to make a mandelbrot set fractal viewer. I am having a lot of issues when it comes …

java zooming fractals mandelbrot
Generating the Sierpinski triangle iteratively in Mathematica?

I have written code which draws the Sierpinski fractal. It is really slow since it uses recursion. Do any of …

algorithm math recursion wolfram-mathematica fractals
Calculate the Hilbert value of a point for use in a Hilbert R-Tree?

I have an application where a Hilbert R-Tree (wikipedia) (citeseer) would seem to be an appropriate data structure. Specifically, it …

data-structures fractals
Max resolution of .bmp file format

I have made a Mandelbrot fractal generator (who hasn't, I know) which can render directly to disk to generate huge …

windows bitmap limit fractals mandelbrot