Changes between Version 4 and Version 12 of Ticket #18787
- Timestamp:
- 06/26/15 13:06:07 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18787
- Property Cc kcrisman added
-
Ticket #18787 – Description
v4 v12 7 7 }}} 8 8 9 while the result should be `6*A`. 9 while the result should be `6*A`. There is even (with the 6.6 Linux tarball) 10 {{{ 11 sage: (3*A + 3*B + 1)*Zmod(9)(6) 12 6 13 sage: (3*A + 3*B)*Zmod(9)(6) 14 <------------ !! 15 sage: 16 }}}