Saturday, December 11, 2010

E8 - SU(11,3) - Beauty in the Universe?


This is an E8 principal bundle, with connection, over a four dimensional base manifoldthis is an E8 principal bundle, with connection, over a four dimensional base manifold

Friday, May 14, 2010

PI in the Prime of it's Life

Conjecture: Every Prime Number occurs in the digits of PI.
Conjecture: Find the Pattern of Primes in PI and you find the Pattern of Primes in the Real Number System.

Side examination: for a circle C=2 x PI x r or r=C/(2 x PI). Choose a C such that r is a Prime. What do the circles generated from these look like relative to each other. Can this help find the pattern visually?

Thursday, April 1, 2010

Creating a Numeric Palindrome

Start with a number
Reverse the digits and add that to the original number
If the result is not a palindrome, keep adding to the current sum the reversed digits of your original number.
You will eventually end up with a palindrome.

Ex. Start with 428
Reverse these to get 824 and add to the original (428+824) to get 1252
Add 824 to 1252 and get an answer.
Repeat adding 824 to each sum. You will eventually get a palindrome.
1252+824=2076
2076+824=2900
2900+824=3724
3724+824=4548
4548+824=5372
5372+824=6196
6196+824=7020
7020+824=7844
7844+824=8668 =Palindrome!