[sage-support] Re: Calculating place of large function field F_{2^128}(X)

2024-12-13 Thread Kwankyu
On Sat, Dec 14, 2024 at 9:09 AM Sai Chandhrasekhar wrote: When I ran it, it took a little over an hour. Is there a way to speed up this calculation? No. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and s

[sage-support] Re: Calculating place of large function field F_{2^128}(X)

2024-12-13 Thread Sai Chandhrasekhar
I tried doing this and it still takes a long time. On Tuesday, December 10, 2024 at 11:23:12 PM UTC-8 Nils Bruin wrote: > On Tuesday, 10 December 2024 at 18:29:14 UTC-8 skchandh...@gmail.com > wrote: > > I am trying to calculate a place of the degree 8 extension field of a > rational function

[sage-support] Re: Calculating place of large function field F_{2^128}(X)

2024-12-13 Thread Kwankyu
Additional data: sage: d.dimension() 4 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion visit

[sage-support] Re: Calculating place of large function field F_{2^128}(X)

2024-12-13 Thread Kwankyu
There is a method F.get_place(8) that returns a place of degree 8, which perhaps suits your purpose. In less than an hour, I got sage: a = K.get_place(8); a Place (x^2 + x + z16^11 + z16^2 + z16, z^4 + ((z16^15 + z16^14 + z16^12 + z16^10 + z16^9 + z16^4 + z16^3 + 1)*x + z16^15 + z16^12 + z16^11

[sage-support] Re: Calculating place of large function field F_{2^128}(X)

2024-12-13 Thread Sai Chandhrasekhar
How long did it take to return? On Friday, December 13, 2024 at 2:27:58 PM UTC-8 Kwankyu wrote: > Additional data: > > sage: d.dimension() > 4 > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving