Hi,

I just encountered a problem with the is_irreducible function. The
following code does not work as exptected:

p =
82434016654300679721217353503190038836571781811386228921167322412819029493183
F = GF(p)

Fu.<u> = F[]
Fext2.<X> = GF(p**2, name='X', modulus=u**2 + 2)
xi = X + 1

Fext2v.<v> = Fext2[]
Fext6.<Y> = GF(p**6, name='Y', modulus=v**3 - xi)

Fext6w.<w> = Fext6[]

f = w**2 - Y
f.is_irreducible()



Kind regards,

Peter Schwabe

Attachment: signature.asc
Description: Digital signature

Reply via email to