IDMclean's Profile
Reputation: 43549
Excellent
- Group:
- Members
- Active Posts:
- 1,692 (0.63 per day)
- Most Active In:
- Physics and Mathematics (312 posts)
- Joined:
- 10-January 05
- Profile Views:
- 5,710
- Last Active:
Apr 21 2012 06:26 PM- Currently:
- Offline
My Information
- Member Title:
- A Person
- Age:
- 25 years old
- Birthday:
- August 15, 1986
- Gender:
-
Male
Contact Information
- E-mail:
- Click here to e-mail me
- MSN:
-
kaclean@yahoo.com
- Yahoo:
-
kaclean@yahoo.com
Converted
- Biography:
- On the path towards the transcendent plan.
- Location:
- Here and now
- Interests:
- Education, Science, Linguistics, Programming, Games and Game Studies, Cognition, and Socioeconomics
- Occupation:
- Scholar. My goal for the next five years is to publish.
- Blog Feed URL:
- http://ludusnet.blogspot.com/feeds/posts/default
Latest Visitors
-
phillip1882 
21 Oct 2011 - 08:11 -
sigurdV 
01 Sep 2011 - 13:56 -
EWright 
05 Jul 2011 - 17:58 -
JMJones0424

16 Jun 2011 - 10:05 -
Gordon Freeman 
31 Mar 2011 - 14:45
Posts I've Made
-
In Topic: Non-Figurate Numbers
14 September 2011 - 11:26 AM
phillip1882, on 12 September 2011 - 03:42 PM, said:hmm, not sure. a polygonal number is defined by the number of points and sides that make it up. it doesn't really make sense to speak of an imaginary number of points (or sides).
the polygonal function, F(s,n) = n/2 *((s-2)*(n-1) +2), however is quite definable in such terms.
That's the fun and challenge of trying to think of things in terms which weren't or aren't sensible from our current perspective. Mathematically, we can talk about a complex number of points or sides. For instance, we might talk about a given polygon having imaginary sides, sides that are only on the imaginary axis and in the complex plane. Under such a view, we might see the real part as being the count of the number of sides in the real plane. Using Gaussian integers would make good sense in such a system. Similarly, we might talk about counts of points on the real and imaginary axes in the complex plane. -
In Topic: Non-Figurate Numbers
12 September 2011 - 11:44 AM
phillip1882, on 09 September 2011 - 04:53 AM, said:so; complex polygonal numbers!
here's my official definition.
if N, after *2, evenly dividing n, subtracting 2, is evenly divisible by n-1, then it's figurate where magnitude n is at least 3.
here's my complex example.
13*29 = 377, 377*2 = 754.
13 = (3 +2i)*(3 -2i)
754/(3 +2i) = 2*29*(3 -2i) = 174 -116i -2 = (172 -116i) /(2 +2i) = (86 -58i)/(1 +i) = (1+i)*(1-i)*(43 -29i)/(1 +i)
true!
so 377 is a complex polygonal number.
phillip1882, on 09 September 2011 - 10:03 AM, said:just to confirm, there are indeed some even complex figurate numbers;
2*13 = 26, 26*2 = 52
13 = (2+3i)*(2-3i)
52/(2+3i) = 8-12i -2 = (6-12i)/(1+3i) = (6-12i)*(1-3i)/((1+3i)*(1-3i)) = (-30 -30i)/10
true.
(i suspect any number multipled by 13 will be complex figurate.)
also, the are some odd-composite-non-polygonal numbers that are not gettable.
11*19 in particular, or any other non-polygonal-composite number where the factors are all of the from 4n+3.
phillip1882, on 12 September 2011 - 10:49 AM, said:so it turns out my favorite prgramming language, python, does indeed fully support complex number mathematics.
time to break out my coding skills!
Is there a geometric interpretation for your definition of complex polygonal numbers? I suspect taking pascal's triangle and splitting it complex-wise might give an idea. Perhaps unrelated, I've been looking at imaginary powers of e for inspiration about complex polygonals. There's something compelling to me about the way a triangle can tend towards becoming a circle. -
In Topic: Non-Figurate Numbers
08 September 2011 - 01:09 PM
Turtle, on 07 September 2011 - 03:48 PM, said:if everything is a gaussian integer, how is that different from all integers? (i'm still not clear on gaussian integers; can you list the first few in set form?) and how is a gaussian prime not a natural number? since we can specify them as primes of the form 4k+3, adding imaginary numbers seems wholey uneccessary.
Unfortunately, I can not list the "first few" as the Gaussian integers inherit the same property as the complex numbers. They can not be ordered in general. We can represent them using Argand diagrams. Every integer is a Gaussian integer. Not every Gaussian integer is an integer. For instance, 1 is a Gaussian integer and an integer. 1+i is a Gaussian integer but not an integer.
The general set of Gaussian primes includes Gaussian integers which are not integers and can not belong to the set of natural numbers such as 1+i.
I'm not simply adding imaginary numbers to describe what we're seeing. I'm interested in seeing the more general non-polygonals, the set of non-polygonal Gaussian Integers.
The diagrams above are depicting inclusion relationships. The Gaussian integers include the integers as a subset, the integers include the natural numbers as a subset, the natural numbers include the (natural) polygonal and non-polygonal numbers as a subset.
The Gaussian integers are to the integers what the Complex plane is to the real numbers. The Complex plane includes the Gaussian Integers as a prop (strict) subset.
For all z,
in rectangular form,
where Z is the set of integers,
.
For the subset Where the primes and the Gaussian primes intersect, all the numbers of the form 4k+3 are elements of the natural Gaussian primes. Think of this like the tip of the iceberg. You're seeing a much larger set poking through into our universe of natural numbers. Where the primes and the Gaussian primes do not intersect are composite numbers, which includes a subset of the prime. "Elements" we thought were irreducible, non-partitionable, yet they can be split with complex solutions. The algebraic closure brought by i allows for polygon solutions which were not possible before; therefore, we should expect members which are polygonal in a more general sense than the natural polygonal numbers: complex polygonal numbers. -
In Topic: Non-Figurate Numbers
07 September 2011 - 01:45 PM
Here's the updated Venn diagram as promised. Check it for errors or clarifications, please. -
In Topic: Non-Figurate Numbers
04 September 2011 - 01:25 PM
phillip1882, on 03 September 2011 - 04:28 AM, said:so it seems to me a Gaussian prime is any prime number that cannot be expressed as the sum of 1 or 2 squares.
so, this removes any prime number of the form 4n+1, as well as 2.
a number is figurate if:
after multiplying by 2, evenly dividing by n, subtracting 2, if its evenly divisible by n-1 its figurate, where n is at least 3.
so, if we extend that definition, allow n to be complex numbers as well...???
At this time, I'm not entirely certain how to go about generalizing the set of non-figuratives to include complex and imaginary cases. What I do know is that the natural non-figurates are strictly a subset of the complex non-figurates.
If I can find a reasonably priced copy of Coxeter's work on regular complex polygons, I might actually construct a formalism. Frankly though from what I've gathered, I don't understand complex polygons and the idea of complex figurate numbers stumps me pretty quickly. For the natural figurates, we can think of the number as representing a number of dots which when arrayed geometrically construct a regular polygon of s-sides. Hopefully as I tidy up the algebra and trigonometry of Gaussian integers, it will all make more sense. What is and is not a non-figurate may change under the Gaussian integers similar to what happens to the natural primes.
I think the best start would be working with interpreting n and s geometrically. The complex polygons link I posted earlier is probably a good place to begin with that.

Help
Join now
Find My Content
Display name history




Comments
Tormod
13 Oct 2010 - 22:36Moontanman
23 Apr 2010 - 15:15JMJones0424
23 Apr 2010 - 00:34IDMclean
24 Dec 2008 - 18:53Moontanman
23 Dec 2008 - 18:59