#11231: Sparse and dense polynomials hash differently, but are equal.
----------------------------+-----------------------------------------------
       Reporter:  robertwb  |         Owner:  jason                         
           Type:  defect    |        Status:  needs_review                  
       Priority:  major     |     Milestone:  sage-duplicate/invalid/wontfix
      Component:  misc      |    Resolution:                                
       Keywords:            |   Work issues:                                
Report Upstream:  N/A       |     Reviewers:                                
        Authors:            |     Merged in:                                
   Dependencies:            |      Stopgaps:                                
----------------------------+-----------------------------------------------
Changes (by tscrim):

  * status:  new => needs_review
  * milestone:  => sage-duplicate/invalid/wontfix


Comment:

 In `5.5.rc0`, I get the following:
 {{{
 sage: R = PolynomialRing(ZZ, 'x', sparse=False)
 sage: S = PolynomialRing(ZZ, 'x', sparse=True)
 sage: R
 Univariate Polynomial Ring in x over Integer Ring
 sage: S
 Sparse Univariate Polynomial Ring in x over Integer Ring
 sage: R == S
 False
 sage: hash(R) == hash(S) # on a 32-bit VM
 True
 }}}
 However this isn't a problem.

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