Changes between Initial Version and Version 1 of Ticket #21996
- Timestamp:
- 11/30/16 04:24:12 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21996 – Description
initial v1 8 8 sage: R.<T> = M[] 9 9 sage: (T^2 + T + x).factor() 10 NotImplementedError 10 11 }}} 11 12 The reason is that `M` in the above example is just a quotient of a polynomial ring over `L`.