Re: Algebraic dependency between polynomials



in article <1178005970.077431.315430@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
keith ramsay <kramsay@xxxxxxx> wrote:

|On Apr 30, 11:00 pm, Denis Feldmann <denis.feldmann.asuppri...@club-
|internet.fr> wrote:
||If p and q are two polynomials (in one variable) of degree n (or
||less) with coefficients in a field K, it is easy to prove there
||exits a (non zero) polynomial in two variables, F, such that
||F(p,q)=0 (i.e) F(p(t),q(t)) is the null polynomial). Numerical
||solving (with Maple) shows that for n<=4, F is of total degreee <=n
||too (which is already quite surprising, as F(p(t),q(t)) has n^2+1=17
||coefficient to identify to 0, while F has only (n+1)(n+2)/2=15
||unknown coefficients). And F is (in general) unique. What is the
||explanation?
|
|Consider those pairs (x,y) for which p(t)-x=0 and q(t)-y=0 have a
|common root (in t).
|
|Polynomials' sharing of a root is characterized by the resultant,
|which is the determinant of a square matrix of side deg(p)+deg(q) =
|2n. It's a matrix representation of the transform (a,b)->ap+bq where
|a and b are polynomials, deg(a),deg(b)<n. If p and q share a root,
|then there are such polynomials such that ap+bq=0, and not otherwise,
|so they have a common root when the determinant is zero.
|
|But x and y only occur (linearly) in the last n columns, so the
|degree of the determinant in x and y is only n. For example, if
|p(t)=t^4+at^3+bt^2+ct+d and q(t)=t^4+et^3+ft^2+gt+h, the resultant of
|p(t)-x and q(t)-y is the determinant of:
|
|(1 a b c d-x 0 0 0)
|(0 1 a b c d-x 0 0)
|(0 0 1 a b c d-x 0)
|(0 0 0 1 a b c d-x)
|(1 e f g h-y 0 0 0)
|(0 1 e f g h-y 0 0)
|(0 0 1 e f g h-y 0)
|(0 0 0 1 e f g h-y)
|
|which has degree 4 in x and y (together).

it's probably also a good idea to think here about the idea that F is
the generator of the ideal obtained as the kernel of the homomorphism
sending x to p and y to q. i think that this is more closely related
to keith's answer than you might at first guess, though i didn't check
the details.


--


jdolan@xxxxxxxxxxxx

.



Relevant Pages

  • Re: question about resultant
    ... two polynomials P and Q from Cahve a common root from C iff the ... root in K iff their resultant is 0? ... resultant of P and Q considered as polynomials in Kis equal to the ... this since the resultant is the determinant of the ...
    (sci.math)
  • Re: determinant question
    ... >> zero determinant. ... >of both zero and nonzero determinant. ... >> subspace contained in the variety of matrices of determinant zero. ... generated by fewer than n linear polynomials in those variables. ...
    (sci.math)
  • Re: Algebra question: conjugation-invariant polynomial matrix functions
    ... Trace and determinant are obviously not the only such functions, ... The ring of GL-conjugation invariant polynomial ... It is also generated by the polynomials ...
    (sci.math)
  • Re: Compute eigen values/vectors of a 22k x 22k matrix
    ... Trying to find the determinant of a polynomial-valued ... at least polynomials of very high degree. ... polynomial of large integer matrices (I'm not sure ... then reconstruct the coefficients using the Chinese ...
    (sci.math)
  • Re: Algebraic dependency between polynomials
    ... Polynomials' sharing of a root is characterized by the resultant, ... they have a common root when the determinant is zero. ...
    (sci.math)