Insect Fractal

Click on an icon to vote on this!

Credits & Info

Views
3,918
Score
4.00 / 5.00

Date
11/16/2009
Category
Other
File Info
2400 x 1600 px
PNG
495.8 kb
Tags
dark
math
insect
fractal

Share this submission?


Related Stuff

More art from this artist:


glaiel-gamer_brotscape_medium glaiel-gamer_closure-promo-art-lightbulbs glaiel-gamer_terrible-logos-inc

Licensing Terms

You are free to copy, distribute and transmit this work under the following conditions:

Attribution:
You must give credit to the artist.
Noncommercial:
You may not use this work for commercial purposes unless you make specific arrangements with the artist.

Author Comments

Ok everyone knows the mandlebrot set fractal

Zn+1 = Zn^2 + C

I was playing around with that formula, but tried to do a 3D form of it, so I created a 3-component complex number. Defining addition and subtraction for that is easy enough but multiplication is just wtf, so I defined it as so:

(a,b,c)*(d,e,f) = (a*a-b*b-c*c, (a+b)*(d+e)-a*a-b*b-c*c, (b+c)*(e+f)-b*b-c*c)

Just basically some random typing.

C is initialized to (x, y, z)

This is the slice at z = -.5

I don't know what else to call this fractal, but I think it looks like an insect.

Reviews


PeanutButtersPeanutButters

Rated 4 / 5 stars Jan 25, 2013

Huh, would be interesting to see the results of other z values. I can see where you got the insect idea from, maybe you can find other fractimals in this set fractal (Uncontrollable excitement)!

Since I know next to nothing about fractals, is this "shape" infinite? could you slap in any finite z value and come up with something?



ZyphoneeZyphonee

Rated 3.5 / 5 stars Nov 17, 2009

Really cool and everything...

But please don't make my head hurt with the fucking description. Looks a bit like a rat to me