When comparing finite sets, I receive unexpected results.
Version: 3.4 (Sage on the web)
Code:
sage: S=Set([1,2])
sage: T=Set([3])
sage: S<T,S>T,S==T
(True, False, False)

The output seems to be the same whatever I put in for S and T, as long
as I don't make them equal. Is there another easy way to compare two
sets (or the underlying sets of two lists) without writing a routine
for it?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to