Factorizer - https://news.ycombinator.com/item?id=10776019 - Dec 2015 (30 comments)
Animated Factorisation Diagrams - https://news.ycombinator.com/item?id=4788224 - Nov 2012 (72 comments)
Animated Factorization Diagrams - https://news.ycombinator.com/item?id=4713048 - Oct 2012 (2 comments)
If anyone is curious, 6561 (3^8) is the highest pure Sierpinski available in the animation since it caps at 10K.
Now i want (to build) a drag and drop toy where i can multiply or summarize numbers that are represented in this way. To see how factors move (like boids).
Is this visualization algorithm called something? The explanation link from a previous HN post seems to be broken: http://mathlesstraveled.com/2012/10/05/factorization-diagram...
Is there some non-regular polygon that would be more distinctly recognizable to use for 7, 11, etc?
7 = 2*3+1
11 = (2*2+1)*2+1
etc...
Filled polygons would offer some more shapes. Filled hexagon = 7, etc etc...
You could probably use the binary expansion to group the dots? So, 1 is • 2 is •• 3 is _• •_•
5 is
_• •_• •_•
7 is ____• _•_____• •_•___•_•
11 is ____• _•_____• •_•___•_• •_•___•_•
And so on.
(So, 2n is represented as n next to n, unless n is 2 in which case it is n above n, and 2n+1 is 1 above 2n )
Alternatively, using stars instead of n-gons could also be clearer?
E.g. 24 -> 2 * 3 * 4 = Two groups of (three groups of (four items))
Also try this for the archived version of that explanation -> https://web.archive.org/web/20130206023100/http://mathlesstr...
2. Sort factors in ascending order
3. Set var diagram to a single dot
4. Foreach factor in factors
4.1. Set var diagram to factor copies of diagram aranged in a circle
e.g. when on 12, I'd like to see both 3x4 and 2x6, with a visual indicator of when the animation is showing the different factors... maybe the whole thing shrinks and additional factorizations fill in tiles subdividing the space
Knowing the number of different factorizations is an interesting and visually presentable quality that interacts in an interesting way with the factors themselves
eg 854-856, & 857 (prime) are all virtually or perfectly circular. Or maybe I'm observing not mathematical but neuro-visual principles.
And that's all it takes to end up at an unsolved problem in math.
You can spend a lifetime on this simple observation that "the jumps between neighbors are so dramatic", just trying to reconcile the complex relationships between the additive view of the world and the multiplicative one.
And we haven't even done anything like bring in complex numbers, or rationals, or introduce exponentiation!
chrsw•7h ago
apples_oranges•6h ago