‘There are several methods for constructing the sequence. One algorithm involves repeated concatenation;
{
Start with one symbol (a, or a black square) and concate its complementary symbol string (b, or a white square).
Repeat this complementary concatenation using the result as the input to the next repetion.
}
Another method is more general – a recursive symbol replacement system. Starting with ‘a’, replace ‘a’ with ‘a b’ and ‘b’ with ‘b a’, and then repeat these replacement rules indefinitely, always using the results as the input for the next generation.’
Thue-Morse Rings
Images on September 21st, 2011 by R10pez10 | Report This Post | 
Click to Add to favorites | Tags: math, Wallpaper, WTF
publish in 

Leave a Comment
You must be logged in to post a comment.