#6396: primes_of_degree_one is broken for relative extensions
---------------------------+------------------------------------------------
Reporter: davidloeffler | Owner: was
Type: defect | Status: new
Priority: major | Milestone:
Component: number theory | Keywords:
Reviewer: | Author:
Merged: |
---------------------------+------------------------------------------------
This is kind of irritating:
{{{
sage: N.<a,b> = NumberField([x^2 + 1, x^2 - 5])
sage: N.primes_of_degree_one_list(10)
[Fractional ideal (1),
Fractional ideal (1),
Fractional ideal (1),
Fractional ideal (1),
Fractional ideal (1),
Fractional ideal (1),
Fractional ideal (1),
Fractional ideal (1),
Fractional ideal (1),
Fractional ideal (1)]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6396>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---