First time here? Check out the FAQ!
answered 2022-12-08 21:59:05 +0100
Like this?
F = GF(5^7) gamma = F.multiplicative_generator() for j in (1..10): print(j, (gamma^j).minpoly())