Footsteps of pi
axleos.com
Footsteps of pi
1–10 of 38 posts
Re: Footsteps of pi
#2Re: Footsteps of pi
#3Another choice is whether to use absolute directions, or relative to the current direction, as in Logo.
Re: Footsteps of pi
#4Re: Footsteps of pi
#5Would be nice to make not just a decimal direction picture, but one for other bases as well. Binary won't work as you just move back and forth along a single line, but ternary should work, and as the minimal base for 2D directions, is less arbitrary than decimal. Then I'd look at bases 4,5,6,7, and octal as well to see whether the picture depends more on the number or on the base. Another choice is whether to use abs…
Re: Footsteps of pi
#6Re: Footsteps of pi
#7Dating gurus hate him for this one weird trick.
Re: Footsteps of pi
#8I always wondered if some hidden pattern would be exposed when visualising numbers in unconventional ways in numbers with no known pattern such as Pi or prime numbers. A sort of multi-dimensional rendering that suddenly reveals a hidden pattern.
Re: Footsteps of pi
#9I always wondered if some hidden pattern would be exposed when visualising numbers in unconventional ways in numbers with no known pattern such as Pi or prime numbers. A sort of multi-dimensional rendering that suddenly reveals a hidden pattern.
You can modify the continued fraction slightly to make pi regular as well, but the normal continued fraction sequence doesn't give much of an insight. Other than the fact that 3 + 1/(7 + 1/16)) is a damn good approximation (7 digits, pretty good for something that can be written using only 4 digits total: [3;7,16]).