| 1 | initial version |
This is now fixed:
sage: h.roots(ring=G)
[(a*b^2 + (a + 1)*b + a + 1, 1),
(b^3 + b^2 + b + a, 1),
(a*b^3 + a*b^2 + (a + 1)*b + 1, 1),
((a + 1)*b^3 + b^2 + b + 1, 1)]
| 2 | No.2 Revision |
This is now fixed:
sage: h.roots(ring=G)
[(a*b^2 + (a + 1)*b + a + 1, 1),
(b^3 + b^2 + b + a, 1),
(a*b^3 + a*b^2 + (a + 1)*b + 1, 1),
((a + 1)*b^3 + b^2 + b + 1, 1)]
Setting tags from confirmed_issue to fixed_issue.
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.