`algptorat'
-----------

algptorat(POLY)
     :: Substitutes the associated indeterminate for every root

RETURN
     polynomial

POLY
     polynomial

   * Defined in the file `sp'.

   * Substitutes the associated indeterminate `t#N' for every root `#N'
     in a polynomial.

     [49] algptorat((-2*alg(0)+3)*x^2+(1/7*alg(0)-3/7));
     (-2*t#0+3)*x^2+1/7*t#0-3/7

Reference
     *Note `defpoly': defpoly, *Note `algv': algv

