Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#1 Re: Introductions » Hello all! » 2008-08-28 17:42:08

Thanks for the welcome MathIsFun!

I build a variety of guitars, mostly custom, so they are all a little special. But I really enjoy building smaller archtop electric instruments like this one:

25.jpg

And this:

33.jpg

I have a website: http://www.mykaguitars.com

It is a fun craft and so enjoyable. I just cut up some salvaged wood from a a friend's property. Now I get to wait 2 years for it to dry enough to use. The excitement!

If you get a chance, check out my recent post on my image patterns I have 'discovered'. I wonder what they are?

http://www.mathisfunforum.com/viewtopic.php?id=10605

~David

#2 This is Cool » Intersting patterns emerge » 2008-08-28 16:35:08

myka-x
Replies: 0

OK, so this is the place to post our discoveries. Well I have discovered some interesting patterns in numbers that I do not truly understand. I was hoping that the more experienced here can shed some light on what I am doing.

First of all I am working with plotting coordinates on a grid to form a pixel image. I use two methods to iterate through the pixel grid:

1. For a 500x500px image iterate 1-500y for each x
2. Using an ulam spiral algorithm starting from the middle of the image and spiraling outward

I wrote an algorithm that iterates through the grid and tests each point with an equation. So for example I use this equation:

(round((cos($i*$y))*(sin($i*$x))*$i)%2==0)

Where $x,$y are the point coordinates of the image, $i is a multiplier (for example, looping from 22.000 to 23.000 incrementing by .005). Using 22.04 I get this image:
cosSin3-22.04000.png

Using 23.005 I get this:
cosSin3-23.00500.png

There are more. In fact it seems that the higher the multiplier in the sequence the more detail is reveled. I have one pattern of squares that seems quite like a fractal in that the same pattern is found to make up a larger pattern of the same. It is wonderful!

Please visit my blog for more: http://myka-x.blogspot.com/

Does any of this look familiar? I would love to understand this phenomena better and hopefully generate even more beautiful images. Any help is appreciated.

Thanks,
~David

#3 Introductions » Hello all! » 2008-08-28 16:20:30

myka-x
Replies: 4

I am not a maths wizard but I find numbers fascinating just the same. I am a web programmer (mostly logic based stuff, nothing too deep), and a luthier by trade. I have been developing some interesting patterns lately involving the iteration through an x,y coordinate grid testing the points and plotting them if the equation solves. I'll post more in the other sections.

Great stuff in here. Thanks for all of your participation!

~David

Board footer

Powered by FluxBB