T.R | Title | User | Personal Name | Date | Lines |
---|
1492.1 | | ALLVAX::JROTH | I know he moves along the piers | Fri Sep 13 1991 09:09 | 7 |
| The first counterexample is (x^105-1), because the 105'th
cyclotomic polynomial is the first one that doesn't have all
coefficients of -1,0,+1...
(Stan's masters thesis was on cyclotomic polynomials...)
- Jim
|
1492.2 | what type of poly is cyclotomic ? | STAR::ABBASI | | Fri Sep 13 1991 11:54 | 1 |
| what is , please, is cyclotomic polynomials ?
|
1492.3 | | ALLVAX::JROTH | I know he moves along the piers | Fri Sep 13 1991 17:38 | 6 |
| Cyclotomy has to do with subdivision of the circle.
Cyclotomic polynomials are the products of the primitive n'th roots
of unity.
- Jim
|
1492.4 | | HANNAH::OSMAN | see HANNAH::IGLOO$:[OSMAN]ERIC.VT240 | Wed Sep 25 1991 17:00 | 1 |
| Don't leave us hanging ! Please factor x^105 - 1. Thanks.
|
1492.5 | MAPLE factors x^105-1 | CIVAGE::LYNN | Lynn Yarbrough @WNP DTN 427-5663 | Wed Sep 25 1991 17:48 | 23 |
| > factor(x^105-1);
6 5 4 3 2 4 3 2 5
(x - 1) (x + x + x + x + x + x + 1) (x + x + x + x + 1) (1 - x + x
6 7 8 10 11 12 13 14 16 17 18 19 23
- x + x - x + x - x + x - x + x - x + x - x + x - x
24 2 3 4 6 8 9 11 12
+ x ) (x + x + 1) (1 - x + x - x + x - x + x - x + x )
3 4 5 7 8 6 5 2 7 24 12
(1 - x + x - x + x - x + x ) (1 + x - x - x + x - 2 x - x + x
8 13 14 16 17 9 15 48 20 22 26 28
- x + x + x + x + x - x + x + x - x - x - x - x
31 32 33 34 35 36 39 40 41 42 43 46
+ x + x + x + x + x + x - x - x - 2 x - x - x + x
47
+ x )
|
1492.6 | Remember SNL's "Great mysteries of the Universe"? | VMSDEV::HALLYB | Fish have no concept of fire | Wed Sep 25 1991 20:42 | 13 |
| Thanks, MAPLE & Lynn. What a shame, a couple of 2s spoil a lonnnng
series of 0s and 1s.
Which gives rise to the following sorts of questions:
Given k>0, what is the smallest N(k) such that k appears as a
coefficient in the factorization in X^N - 1?
Does N(k) exist for all k?
Does the value of k/N(k) converge as k --> oo ? To what?
In case anyone is looking for a research project...
John
|
1492.7 | They're rare | CIVAGE::LYNN | Lynn Yarbrough @WNP DTN 427-5663 | Thu Sep 26 1991 16:38 | 5 |
| I know that "large" (abs value > 1) coefficients are quite rare. N=935 is
the smallest that I know of that has a k=3. I *think* N has to have at
least 3 distinct prime factors to produce a large one, and even that is not
enough. x^(5*7*11*13)-1 has some 4's and 5's. Fascinating but
time-consuming hobby...
|