Beauty in Mathematics: Modular Multiplication Tables
friendlyfieldsandopenmaps.com
Beauty in Mathematics: Modular Multiplication Tables
1–10 of 26 posts
Re: Beauty in Mathematics: Modular Multiplication Tables
#2Re: Beauty in Mathematics: Modular Multiplication Tables
#3Re: Beauty in Mathematics: Modular Multiplication Tables
#4 x(t) = Sin(Tan(t))
y(t) = Cos(t)
Add a multiplier to x to get a submarine sandwich. Courtesy of Uncyclopedia.Re: Beauty in Mathematics: Modular Multiplication Tables
#5These mostly look like aliasing to me. Which makes sense, perhaps is nearly obvious, because that's what you get when you plot the mod of a multiply on a grid.
It's pretty easy to reproduce something close to the large image (prime 9973), by just plotting the continuous function "(x * y) % 2", or even sin(x * y):
https://www.dropbox.com/s/3eayuknh1urayay/001.jpg?dl=0
As a graphics person, what I normally do is try to remove that aliasing by using more samples.
https://www.dropbox.com/s/imx6njdek3wello/002.jpg?dl=0
And for nasty functions like this one, you find out that more samples doesn't fix the aliasing. See the hints of it still there far away from the center?
That's when you get into the fun signal processing math and have to use a better filter function to remove all aliasing:
https://www.dropbox.com/s/ysoibo3v8j9b2gg/003_gauss.png?dl=0
Re: Beauty in Mathematics: Modular Multiplication Tables
#6These are definitely interesting. They make me wonder what the underlying continuous function is, and if it's the same function for all the pictures. These mostly look like aliasing to me. Which makes sense, perhaps is nearly obvious, because that's what you get when you plot the mod of a multiply on a grid. It's pretty easy to reproduce something close to the large image (prime 9973), by just plotting the continuous…
Re: Beauty in Mathematics: Modular Multiplication Tables
#7Parametric equation for a hamburger: x(t) = Sin(Tan(t)) y(t) = Cos(t) Add a multiplier to x to get a submarine sandwich. Courtesy of Uncyclopedia.
A fun side-note, zoom out to see this is an infinite burger stack, where every other burger is upside-down: https://www.dropbox.com/s/lz53ybz3pmchh9s/burgerStack.jpg?dl...
Re: Beauty in Mathematics: Modular Multiplication Tables
#8These are definitely interesting. They make me wonder what the underlying continuous function is, and if it's the same function for all the pictures. These mostly look like aliasing to me. Which makes sense, perhaps is nearly obvious, because that's what you get when you plot the mod of a multiply on a grid. It's pretty easy to reproduce something close to the large image (prime 9973), by just plotting the continuous…
It reminded me of a moiré pattern. https://en.wikipedia.org/wiki/Moir%C3%A9_pattern#/media/File...
Re: Beauty in Mathematics: Modular Multiplication Tables
#9For example, he claims 44% accuracy (not sure how this is measured) for 7-bit multiplies in a single cycle.
Re: Beauty in Mathematics: Modular Multiplication Tables
#10These are definitely interesting. They make me wonder what the underlying continuous function is, and if it's the same function for all the pictures. These mostly look like aliasing to me. Which makes sense, perhaps is nearly obvious, because that's what you get when you plot the mod of a multiply on a grid. It's pretty easy to reproduce something close to the large image (prime 9973), by just plotting the continuous…