Iterated Function SystemsIn this section we will learn a different way to create geometric fractals. Instead of repeated removal as in the Sierpinski fractals,
we will now explore the process of Repeated Substitution. These types of fractals are called Iterated Function Systems, or IFS Fractals. Question: How many line segments are in the 4th order shape? [ ] Next we'll explore a famous IFS fractal known as the Koch Curve. Here the generator is simply a line with a triangular bump in it, shown below. We can create Iterated Function System fractals with more complicated generators, as in the two examples above. Click on each of them to see them evolve. In the next lessons, we will learn about Lindenmayer Systems, which provide us with a language to define the substitutions at each iteration. Also known as L-Systems, they allow us to use the process of iteration to replicate the forms of many common plants. |
|
<- PREVIOUS NEXT -> © Fractal Foundation. |