No really this comes up as "True", but for my class which I derived from the Ring Class, something like this comes up as False. How can I avoid this?
| 1 | initial version |
No really this comes up as "True", but for my class which I derived from the Ring Class, something like this comes up as False. How can I avoid this?
| 2 | move example to question, change title |
sage: R = ZZ
sage: S = ZZ
sage: R == S
<False>
No really this comes up as "True", but for my class which I derived from the Ring Class, something like this comes up as False. How can I avoid this?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.