#9459: Implement a generic radical() function
------------------------------+---------------------------------------------
   Reporter:  jdemeyer        |       Owner:  was         
       Type:  enhancement     |      Status:  needs_review
   Priority:  major           |   Milestone:  sage-4.5    
  Component:  number theory   |    Keywords:              
     Author:  Jeroen Demeyer  |    Upstream:  N/A         
   Reviewer:                  |      Merged:              
Work_issues:                  |  
------------------------------+---------------------------------------------
Changes (by jdemeyer):

  * status:  new => needs_review


Comment:

 The attached patch adds a radical() function, functions
 Factorization.radical() and Factorization.radical_value().  It also fixes
 a bug in the radical of a polynomial where the content was not accounted
 for.

 It also changes the output of radical(), in a way which I think makes more
 sense: radical(0) now gives an error instead of returning 1 and the
 radical of a negative number is positive (instead of negative).

 In order for all doctests to succeed, you need to apply also the patches
 for #9450.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9459#comment:1>
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