#13276: Add CDF._factor_univariate_polynomial()
--------------------------------+-------------------------------------------
   Reporter:  saraedum          |             Owner:  AlexGhitza
       Type:  defect            |            Status:  new       
   Priority:  minor             |         Milestone:  sage-5.3  
  Component:  basic arithmetic  |          Keywords:  beginner  
Work issues:                    |   Report Upstream:  N/A       
  Reviewers:                    |           Authors:            
  Merged in:                    |      Dependencies:  #13275    
   Stopgaps:                    |  
--------------------------------+-------------------------------------------
 As a part of #11731, transfer the code which does the factorization over
 {{{CDF}}} and {{{RDF}}} from
 {{{sage.rings.polynomial.polynomial_element.Polynomial.factor()}}} to
 {{{CDF._factor_univariate_polynomial()}}} and
 {{{RDF._factor_univariate_polynomial()}}} respectively.

 This will also fix the following bug:
 {{{
 sage: R.<x> = CDF[]
 sage: (x^2).factor()
 AssertionError
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13276>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to