Fractals/Introductory Examples

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Fractals
 ← Introduction Introductory Examples Parser → 

There are several old geometric constructions for fractals in one- and two-dimensions that it is useful for the reader to become acquainted with. These are simple in that they can be constructed with no prior knowledge of analysis, algebra or fractal geometry.

Cantor set[edit | edit source]

Visual description of Cantor Set (seven iterations)

Construction[edit | edit source]

  1. Take a segment of the real line and divide it into three equal parts. Remove the middle part.
  2. Take the remaining two lines, divide them into three parts and remove the middle parts.
  3. Repeat this till there is only a set of discrete and unconnected numbers.

This set is called the cantor set.

Fractals
 ← Introduction Introductory Examples