created: 07/04/2018

go to home page   go to next page

CHAPTER 96 — Classic Fractals

Chapter Topics:

This chapter shows how to draw two classic fractals: the Sierpinski Triangle and the Koch Snowflake. Both of these have a long history in mathematics and in graphics. They are often used in programming books to show recursion with graphics.

Sierpinski is pronounced sehr-'pin-ski (accent on pin).

Koch is pronounced Kokh. The "ch" is like the "ch" in the composer Bach.

These Wikipedia articles may be of interest:

Sierpinski Triangle
Koch Snowflake

QUESTION 1:

How many sides does a triangle have?


go to home page   go to next page