#17598: fixed-mod p-adic integers as polynomial roots
----------------------+----------------------------
   Reporter:  gagern  |            Owner:
       Type:  defect  |           Status:  new
   Priority:  major   |        Milestone:  sage-6.5
  Component:  padics  |         Keywords:
  Merged in:          |          Authors:
  Reviewers:          |  Report Upstream:  N/A
Work issues:          |           Branch:
     Commit:          |     Dependencies:
   Stopgaps:          |
----------------------+----------------------------
 I think the following should not return an empty list:

 {{{
 sage: cyclotomic_polynomial(3).roots(Zp(739, 566, type="fixed-mod"))
 []
 }}}

 The problem appears to be specific to the `fixed-mod` type. For `capped-
 rel` and `capped-abs`, two roots are found as expected. So if there is no
 more elegant solution, one could always compute the result in the `capped-
 abs` field and then cast to `fixed-mod`.

--
Ticket URL: <http://trac.sagemath.org/ticket/17598>
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/d/optout.

Reply via email to