#15061: Pari can't handle all polynomial resultants
-------------------------+-------------------------------------------------
   Reporter:  robharron  |            Owner:
       Type:  defect     |           Status:  new
   Priority:  major      |        Milestone:  sage-5.12
  Component:  algebra    |         Keywords:  pari, resultant, sylvester
  Merged in:             |  matrix
  Reviewers:             |          Authors:
Work issues:             |  Report Upstream:  N/A
     Commit:             |           Branch:
   Stopgaps:             |     Dependencies:
-------------------------+-------------------------------------------------
 Consider the following:


 {{{
 sage: R.<T> = PowerSeriesRing(QQ)
 sage: F = R([1,1],2)
 sage: F
 1 + T + O(T^2)
 sage: RP.<x> = PolynomialRing(R)
 sage: P = x^2 - F
 sage: P.resultant(P.derivative())
 ValueError: series precision must be finite for conversion to pari object.
 }}}
 In particular, sage is incapable of computing the discriminant of this
 *quadratic* polynomial! I'll shortly post a patch that catches this error
 and uses the sylvester matrix instead.

--
Ticket URL: <http://trac.sagemath.org/ticket/15061>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to