Also, I am not sure whether there is a practical algorithm to compute the
Galois group when the extension is not normal (for splitting fields, there is
one due to Susan Landau; however there are mod p techniques too)!
On Apr 23, 2014, at 2:41 AM, Dima Pasechnik wrote:
> On 2014-04-22, Jeroe
On Apr 19, 2014, at 14:16 , Michael Welsh wrote:
> On 20/04/2014, at 0853, Justin C. Walker wrote:
>>
>> it means that you can't. I don't recall when Apple stopped supporting
>> Rosetta (the mechanism used to run PPC code on x86 CPUs). It's available on
>> 10.6, but it's definitely not on 1
On 20/04/2014, at 0853, Justin C. Walker wrote:
>
> it means that you can't. I don't recall when Apple stopped supporting
> Rosetta (the mechanism used to run PPC code on x86 CPUs). It's available on
> 10.6, but it's definitely not on 10.9 (Mavericks).
10.7.
--
You received this message be
Hah, nice catch! I did not try either of them and that helps find out more:
Apples-MacBook-Pro:~ apple$ sage --kash
/Users/apple/sage/local/bin/kash: line 4: ./kash3: Bad CPU type in executable
I get the above. I am using Sage Version 6.2.beta7, Release Date: 2014-04-08.
So, how do I proceed w
On Sat, Apr 19, 2014 at 5:17 PM, Amit Jamadagni wrote:
> Hello Sampath,
> I have tried to install kash and here are the results I get by
> passing in the commands you have passed
>
> sage: K. = NumberField(x^13 + 3*x + 5)
> sage: K.galois_group()
> ---
Hello Sampath,
I have tried to install kash and here are the results I get by
passing in the commands you have passed
sage: K. = NumberField(x^13 + 3*x + 5)
sage: K.galois_group()
---
TypeError
Hello sage-devel:
I am trying to prepare a notebook for a SAGE demo at my institute. In rying
to compute the Galois group, I am stuck here. SAGE complains that I have to
install KASH while I already have KASH installed.
sage: K. = NumberField(x^13 + 3*x + 5)
sage: K.galois_group()