OK, I just remembered it as having been quite recent, and the person asking
said he was using 6.1.1 so I (wrongly) assumed that the construction did
not work in 6.1.1. Only trying to help.
John
On 18 May 2014 21:22, leif wrote:
> leif wrote:
>
>> John Cremona wrote:
>>
>>> You need 6.2. The
leif wrote:
John Cremona wrote:
You need 6.2. The splitting field functionality was only added since
6.1.1:
?
sage: sage: R. = PolynomialRing(QQ)
sage: sage: K. = NumberField(x^3 + 2)
sage: sage: S. = PolynomialRing(K)
sage: sage: L. = (t^2 - a).splitting_field()
sage: sage: L
Number Field in
John Cremona wrote:
You need 6.2. The splitting field functionality was only added since 6.1.1:
sage: R. = PolynomialRing(QQ)
sage: sage: K. = NumberField(x^3 + 2)
sage: sage: S. = PolynomialRing(K)
sage: sage: L. = (t^2 - a).splitting_field()
sage: L
Number Field in b with defining polynomial
On 2014-05-18, nt.a.am1...@gmail.com wrote:
>
>
> Thank you
> Can i update 6.1.1 to 6.2?
if your 6.1.1 came as a binary, this makes no sense - just get a new
binary.
otherwise - well, yes, but this is not so trivial.
if you got the source code via github (say), then you will need to
use git to
nt.a.am1...@gmail.com wrote:
I've downloaded and installed the sage 6.1.1. But the program does not
recognize splitting_field . For example
sage:R. = PolynomialRing(QQ)
sage:K. = NumberField(x^3 + 2)
sage:S. = PolynomialRing(K)
sage:L. = (t^2 - a).splitting_field()
sage:L
ImportEr