WTF is this?

The images you see on this blog are output from various Ulam spiral generators I built in Flash, Python and most recently using Arduino. Generally, each dot in an image represents a number with integer 1 at center. In addition to writing algorithms to test each number for primality within a set I have discovered that an infinite number of calculations can be performed to create new designs and animation algorithms. The simplicity and speed of these algorithms make them an ideal fit for embedded systems graphics, scientific, mathematical and artistic explorations.

Thursday, October 23, 2008

3D Spiral Interpretations Via Pointed Hat Operator

For these images we're testing each number with:

if round(pInt/pi)%2==0^pInt%5==true:
return true


...and the space between dots is determined by:
distillNumber(pInt)*pow(sin(pInt),9)*pi

Red Light District As Seen From Above







distillNumber(pInt)*pow(sin(pInt),5)*pi



Red Nimbus:




Red Balloons Over Manhattan


Spacer: (sin(pInt)*100) + distillNumber(pInt)/pi


No comments: