#12198: is_squarefree() over multivariate rings does not work
----------------------------------------+-----------------------------------
       Reporter:  MvanBeek              |         Owner:  AlexGhitza
           Type:  defect                |        Status:  new       
       Priority:  critical              |     Milestone:  sage-5.0  
      Component:  basic arithmetic      |    Resolution:            
       Keywords:  squarefree, singular  |   Work issues:            
Report Upstream:  N/A                   |     Reviewers:            
        Authors:                        |     Merged in:            
   Dependencies:                        |      Stopgaps:            
----------------------------------------+-----------------------------------

Comment (by zimmerma):

 the same problem happens over finite fields:
 {{{
 sage: R.<x,y> = GF(2)[]
 sage: f=x+y
 sage: f.is_squarefree()
 False
 }}}
 If {{{is_squarefree}}} is wrong, it should be simply disabled.

 See also #12404.

 Paul

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