#13810: Galois group when polynomial has too high degree
---------------------------------+-----------------------------
Reporter: jmantysalo | Owner: davidloeffler
Type: defect | Status: new
Priority: trivial | Milestone: sage-wishlist
Component: number fields | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
---------------------------------+-----------------------------
Description changed by jdemeyer:
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:
In 5.4, with KASH installed:
{{{
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:6>
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.