Hello,

On Tue, Dec 15, 2009 at 10:50 AM, Rolandb <rola...@planet.nl> wrote:
> R.<A,B,C>=QQ[]
> print sorted([(A, 3), (A - 2*B, 1)])
> print sorted([(-A + 2*B, 1), (A, 3)])
>
> Outcome not equal. Issue of Python or Sage?

I don't think they should necessarily be equal as A - 2*B and -A + 2*B
are different polynomials.

--Mike

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to