Let's generate your own personal fractal spiral using the IFS Visualizer as follows. If we set the IFS Visualizer to the spiral example, it looks like we need three things:
- An $r_0$ to set the size of the big piece,
- an $r_1$ to set the size of the small pice, and
- a $t$ to set the rotation.
To generate these, we'll use a little numerology. First, let $n$ be the number name associated with your first name generated in the standard but crazy way. This should be a two or three digit integer. Then
- Generate $r_0$ by slapping a decimal point in front of $n$,
- let $r_1=1-r_0$, and
- let $t = n^{\circ}$.
Using these, have a go!