#13810: Galois group when polynomial has too high degree
-----------------------------+----------------------------------------------
Reporter: jmantysalo | Owner: davidloeffler
Type: defect | Status: new
Priority: trivial | Milestone: sage-5.6
Component: number fields | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
-----------------------------+----------------------------------------------
Older version of Sage was able to say when it couldn't compute Galois
group. However, in 5.4,
NumberField(x^21-2, 'a').galois_group(type="pari").order()
gives answer 252, but with
NumberField(x^22-2, 'a').galois_group(type="pari").order()
I got
Error, the variable '_s_' must have a value
I guess this relates to kash interface.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13810>
Sage <http://www.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.