u(t) is called 60 times per second.
t: Elapsed time in seconds.
S: Shorthand for Math.sin.
C: Shorthand for Math.cos.
T: Shorthand for Math.tan.
R: Function that generates rgba-strings, usage ex.: R(255, 255, 255, 0.5)
c: A 1920x1080 canvas.
x: A 2D context for that canvas.
Paul Erdős said about the Collatz conjecture: "Mathematics may not be ready for such problems." He also offered US$500 for its solution. https://en.wikipedia.org/wiki/Collatz_conjec…
I tried to visualize something with the Collatz Conjecture a few weeks ago but I didnt come up with anything good.. I bet someone can do some nice stuff with it here.
Yeah, I figured there's a way to build out visuals like the ones in the video. I just did a quick one to get started. Math is a great inspiration for dweets.
u(t) is called 60 times per second.
t: elapsed time in seconds.
c: A 1920x1080 canvas.
x: A 2D context for that canvas.
S: Math.sin
C: Math.cos
T: Math.tan
R: Generates rgba-strings, ex.: R(255, 255, 255, 0.5)