Re: decomposition of polynomials
- From: "Peter L. Montgomery" <Peter-Lawrence.Montgomery@xxxxxx>
- Date: Thu, 16 Mar 2006 00:23:59 GMT
In article <dv9i9h$tdu$1@xxxxxxxxxxxxxxxxx>
rusin@xxxxxxxxxxxxxxxxxxxxx (Dave Rusin) writes:
More high-falutin' responses are also possible. Look for
"polynomial decomposition", "primitive Galois group", and widen
your search to the more general problem of finding g, h with
f | (g o h) instead of f = g o h .
If you'd like to try your hand at this, consider the following
interesting example proposed when this question was asked in July 2001:
x^6+235*x^5+1430*x^4+1695*x^3+270*x^2-229*x+1
If we let alpha be a root of y^3 - y^2 - 2*y + 1,
then the sextic splits over the field Q(alpha, sqrt(21)).
alias(alpha = RootOf(y^3 - y^2 - 2*y + 1, y));
alias(sqrt21 = RootOf(t^2 = 21, t));
f := x^6+235*x^5+1430*x^4+1695*x^3+270*x^2-229*x+1;
factor(f, {alpha, sqrt21}); # Six linear factors
--
VP Cheney Burr-ed his gun as a bird flew past The nation responds "burr"
as we await bird flu shots and fight a real cold war.
pmontgom@xxxxxx Microsoft Research and CWI Home: Bellevue, WA
.
- Follow-Ups:
- Re: decomposition of polynomials
- From: Dave Rusin
- Re: decomposition of polynomials
- References:
- decomposition of polynomials
- From: Helmut Richter
- Re: decomposition of polynomials
- From: Dave Rusin
- decomposition of polynomials
- Prev by Date: Re: Factoring polynomials over binary field
- Next by Date: Re: Logarithm of transfinite numbers
- Previous by thread: Re: decomposition of polynomials
- Next by thread: Re: decomposition of polynomials
- Index(es):