HOME | DD

Published: 2023-08-30 14:51:32 +0000 UTC; Views: 115; Favourites: 4; Downloads: 0
Redirect to original
Description
Inspired by a Mathologer Youtube Video. www.youtube.com/watch?v=qhbuKb…Lines connect the N points on the rim of a circle according to the rule:
F[n+1]= ( F[n]+ a ) modulus(N). that's just sequentially connecting equidistant points a distance 'a' apart
1*a, 2*a, 3*a, 4*a, 5*a....etc. (mod,N) around the perimeter.
See what happens as you vary the inputs, quite pretty.'