#11231: Sparse and dense polynomials hash differently, but are equal.
------------------------+---------------------------------------------------
   Reporter:  robertwb  |       Owner:  jason
       Type:  defect    |      Status:  new  
   Priority:  major     |   Milestone:       
  Component:  misc      |    Keywords:       
     Author:            |    Upstream:  N/A  
   Reviewer:            |      Merged:       
Work_issues:            |  
------------------------+---------------------------------------------------
 {{{
 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
 True
 sage: hash(R) == hash(S)
 False
 }}}

 It's unclear what equality really means here...

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