Referring to the chaos game, Ian Stewart asked "What happens if the computer's random number generator is replaced by some more familiar dynamical system?"
For most of his tests, Stewart used the chaos game fixed points the vertices
| T1(x, y) = (x/2, y/2) |
| T2(x, y) = (x/2, y/2) + (0, 1/2) |
| T3(x, y) = (x/2, y/2) + (sqrt(3)/4, 1/4) |
For reference, a random number generator gives picture (A). All pictures consist of 1000 points. How were the other pictures generated?
![]() |
![]() |
![]() |
| (A) | (B) | (C) |
![]() |
![]() |
![]() |
| (D) | (E) | (F) |
Picutures (b) through (f) are generated sequences of numbers, coarse-grained into three equal-size bins.
| (B) is produced by iterating the logistic map
|
| (C) is produced from |
| (D) is produced from |
| (E) is produced from |
| (F) uses the same function as (E), but here |
Stewart closed his paper with these thoughts.
Return to Driven IFS and Data Analysis, where we shall answer many of these questions.