Changes between Initial Version and Version 1 of Ticket #31686, comment 5
- Timestamp:
- 04/18/21 20:26:01 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31686, comment 5
initial v1 5 5 p = self.characteristic() 6 6 d = self.degree() 7 x = polygen( QQ)7 x = polygen(ZZ) 8 8 F = Factorization([(P(p).factor(), m) for P,m in (x^d-1).factor()]).expand() 9 9 }}}