#4781: creation of relative number fields when defining polynomial not integral
no
longer broken
---------------------------+------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: minor | Milestone: sage-3.4.1
Component: number theory | Keywords:
---------------------------+------------------------------------------------
Changes (by fwclarke):
* priority: major => minor
* milestone: sage-3.4.2 => sage-3.4.1
Comment:
Seems to be fine now (3.4):
{{{
----------------------------------------------------------------------
| Sage Version 3.4, Release Date: 2009-03-10 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: K.<a> = NumberField(x^2 + 1)
sage: L.<b> = NumberField(K['y'].0^2 + 1/2)
sage: L
Number Field in b with defining polynomial y^2 + 1/2 over its base field
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4781#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---