On Oct 14, 7:02 am, Peter Schwabe <[EMAIL PROTECTED]> wrote:
> 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
>
>  signature.asc
> < 1KViewDownload

This bug report never got a reply. Someone please check it out and
open a ticket if appropriate.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to