| 1 | initial version |
Like this?
F = GF(5^7)
gamma = F.multiplicative_generator()
for j in (1..10):
print(j, (gamma^j).minpoly())
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.