There is a bug when trying to create ideals in extension fields.
The following returns an error:

x = polygen(QQ)
K.<a> = NumberField(x^2-7)
L.<b> = K.extension(x^2-13)
L.ideal(b)

# TypeError: Unable to coerce -13/2*a + 13/2 to a rational

This has been tested on 3.2 and 2.8.1, both return exactly the same
error.

Is there a different way to get ideals in L?

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to