Binary tree of choices

[GA2021 H Verrill page 12/15]

Because the tiles can be rotated either clockwise or anti clockwise at each step, there is a binary tree of choices to move through in itteration of this fractal process. The pictures so far all just turn in one direction.

Interative programs where a choice can be made are here and here.

Varying number of iterations across image

By varying the number of iterations of the process over the image, we can get all kind of interesting effects, e.g., following output of my program:







(produced by the program here.)

Fractals

Here is an example of a fractal produced by this method, corresponding to a 11101111101101 choice of operations


PREVIOUS
NEXT