#13810: Galois group when polynomial has too high degree
---------------------------------+------------------------------
       Reporter:  jmantysalo     |         Owner:  davidloeffler
           Type:  defect         |        Status:  new
       Priority:  trivial        |     Milestone:  sage-5.11
      Component:  number fields  |    Resolution:
       Keywords:                 |     Merged in:
        Authors:                 |     Reviewers:
Report Upstream:  N/A            |   Work issues:
         Branch:                 |  Dependencies:
       Stopgaps:                 |
---------------------------------+------------------------------
Description changed by chapoton:

Old description:

> 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.

New description:

 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/ticket/13810#comment:2>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to