Changes between Initial Version and Version 1 of Ticket #21020, comment 21
- Timestamp:
- 01/05/19 11:22:25 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21020, comment 21
initial v1 13 13 sage: libgap.Ring(x) 14 14 <ring with 1 generators> 15 sage: libgap.Coefficient Ring(libgap.Ring(x))15 sage: libgap.CoefficientsRing(libgap.Ring(x)) 16 16 Traceback (most recent call last): 17 17 ... 18 AttributeError: No such attribute: Coefficient Ring.18 AttributeError: No such attribute: CoefficientsRing. 19 19 }}}