2013/5/27 Jeroen Demeyer <[email protected]> > On 05/27/2013 12:23 AM, Marco Streng wrote: > >> sage: Qa12.<kappa12> = NumberField(x^14 - 26*x^13 + 325*x^12 - 2548*x^11 >> + 13832*x^10 - 54340*x^9 + 157118*x^8 - 333580*x^7 + 509366*x^6 - >> 534820*x^5 + 354536*x^4 - 124852*x^3 + 15145*x^2 - 33514*x + 13) >> sage: y = polygen(Qa12) >> sage: L.<c> = Qa12.extension(y^2-kappa12) >> sage: L.<alpha> = L.absolute_field() >> sage: OO = Qa12.maximal_order() >> sage: bas = [L.structure()[1](b) for b in OO.basis()] >> sage: subOrderK = L.order(bas + [b*alpha for b in bas]) >> > > Which version is that? >
5.10.beta2, Mac 10.6 and also 5.9.beta5, Linux I'm building beta5 now > > CTRL-C works for me on sage-5.10.beta5, Linux x86_64. > > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > sage-devel+unsubscribe@**googlegroups.com<sage-devel%[email protected]> > . > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/**group/sage-devel?hl=en<http://groups.google.com/group/sage-devel?hl=en> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
