Re: [sage-support] Re: splitting_field

2014-05-19 Thread John Cremona
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

[sage-support] Re: splitting_field

2014-05-18 Thread leif
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

[sage-support] Re: splitting_field

2014-05-18 Thread leif
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

[sage-support] Re: splitting_field

2014-05-18 Thread Dima Pasechnik
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

[sage-support] Re: splitting_field

2014-05-18 Thread leif
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