mouthporn.net
#my art – @msexcelfractal on Tumblr
Avatar

wanderings out of time

@msexcelfractal / msexcelfractal.tumblr.com

violet - any pronouns
Avatar
reblogged

Generated in Excel 2010 by Sheet1!C3=MOD(SUM(B1:B2,A2),MAX($A$1,2)) Filled to 2624400 cells A1=3

Animated in Excel 2010 by C3=INDIRECT("sheet1!"&ADDRESS((ROW()-3)*$A$1+3,(COLUMN()-3)*$A$1+3)) Filled to 291600 cells A1=A2 A2=IF(B2,3,A3) A3=A2/B1 B1=3^(1/80)

No interpolation...

I'm seeing now I forgot to FLOOR() the scale coordinates. Turns out ADDRESS() hard casts float to int. Who knew? That explains the visual glitches.

Avatar

Sometimes you want to play Lite Brite.

This is the dihedral group with six elements again. The green, yellow and blue structure resembles a [mod 2 addition] structure because green, yellow, and blue represent the 3 reflections of an equilateral triangle - and reflections are elements of order 2. Red and orange represent the two rotations of the same triangle.

Avatar
reblogged

steven wolfram generated sierpinski's gasket with a cellular automaton. the rule of action for this automaton is logical xor. I notice loxigal xor is equivalent to addition modulo 2. I make a bunch of art, mostly in addition modulo 2 or 3.

I think to myself, modular addition is the operation of cyclic groups. Why restrict myself to cyclic groups? why restrict myself to abelian groups even? Just because Excel's architecture assumes cell contents are real numbers? Pah. I write a formula to iterate wolfram's sierpinski rule using arbitrarily defined group operation. B11=INDIRECT(ADDRESS(A11+3,B10+3)). This will compute B11 as group operation A11⊕B10, where ⊕ is designated by the cayley table whose upper left corner is C3. Since B10 is above B11 and A10 is to B11's left, the pattern formed by ⊕ cascades down and to the right.

Here's a sierpinski gasket "modulo" [the dihedral group of order 6]. The group D6 is generated by the actions of [horizontal reflection] and [120° rotation] on a plane.

This one is the quaternion group. The trick is finding the right initial conditions to showcase the weirdness of the group. Here my top row repeats i j k i j k i j k ...

In the closeup you can see the Cayley table I painstakingly transcribed from wikipedia. I have to code each element of the group as an integer! 0 represents 1, and 1 represents -1... we stay silly XD

Avatar

steven wolfram generated sierpinski's gasket with a cellular automaton. the rule of action for this automaton is logical xor. I notice loxigal xor is equivalent to addition modulo 2. I make a bunch of art, mostly in addition modulo 2 or 3.

I think to myself, modular addition is the operation of cyclic groups. Why restrict myself to cyclic groups? why restrict myself to abelian groups even? Just because Excel's architecture assumes cell contents are real numbers? Pah. I write a formula to iterate wolfram's sierpinski rule using arbitrarily defined group operation. B11=INDIRECT(ADDRESS(A11+3,B10+3)). This will compute B11 as group operation A11⊕B10, where ⊕ is designated by the cayley table whose upper left corner is C3. Since B10 is above B11 and A10 is to B11's left, the pattern formed by ⊕ cascades down and to the right.

Here's a sierpinski gasket "modulo" [the dihedral group of order 6]. The group D6 is generated by the actions of [horizontal reflection] and [120° rotation] on a plane.

Avatar

A simple mspaint fractal. To construct the next tier, fan out three of the current tier, rotated 180°, 90° and 0° respectively. The first tier is the T block▗▙ from Tetris.

When this fractal is twice as long, it contains three times as much stuff! Therefore it is log₂(3)-dimensional.

Avatar
reblogged

"Dandelions" 512x768

I wrote a formula to deploy programmable periodic initial conditions, specifically dashed lines:

B2=IF(MOD(COLUMN(B2)+ROW(B2)-$B$1-4,$C$1+$D$1)<$C$1,1,0)

Here I used a period of 8 with C1=3 on, D1=5 off. Like this:

111000001110000011100000...

The cellular automaton growing out of these conditions is my old standby with 7 parents: C3=MOD(A1+A2+A3+B1+B3+C1+C2,2)

Since this is the same automaton as used in headache, this render has the same self-symmetry type as headache.

You are using an unsupported browser and things might not work as intended. Please make sure you're using the latest version of Chrome, Firefox, Safari, or Edge.
mouthporn.net