Re: [sage-support] Re: Implementing linear maps and their inverses in SageMath and Magma

2025-01-13 Thread Sai Chandhrasekhar
25, 09:38 Sai Chandhrasekhar, > wrote: > >> Is there anyone else here who could help me with this? I am really stuck. >> >> On Monday, January 6, 2025 at 12:31:14 AM UTC-8 Sai Chandhrasekhar wrote: >> >>> I tried to use solve_left with the 15x16 tau_matrix

[sage-support] Re: Implementing linear maps and their inverses in SageMath and Magma

2025-01-10 Thread Sai Chandhrasekhar
Is there anyone else here who could help me with this? I am really stuck. On Monday, January 6, 2025 at 12:31:14 AM UTC-8 Sai Chandhrasekhar wrote: > I tried to use solve_left with the 15x16 tau_matrix and the 1x16 > alpha.list() and still got no solutions. > > On Sunday, January

[sage-support] Re: Implementing linear maps and their inverses in SageMath and Magma

2025-01-06 Thread Sai Chandhrasekhar
I tried to use solve_left with the 15x16 tau_matrix and the 1x16 alpha.list() and still got no solutions. On Sunday, January 5, 2025 at 4:23:41 PM UTC-8 Kwankyu wrote: > On Friday, January 3, 2025 at 1:27:47 PM UTC+9 skchandh...@gmail.com > wrote: > > The solution you proposed worked. What is

[sage-support] Re: Implementing linear maps and their inverses in SageMath and Magma

2025-01-02 Thread Sai Chandhrasekhar
The solution you proposed worked. What is the explanation for why it worked? I am now trying to implement Y in SageMath. B2 = (2*G).basis_function_space() R. = Fq[] Q = R.irreducible_element(16) L. = Fq.extension(Q) div = Q(x).divisor() P = None; for place in div.support(): if(place.degree()

[sage-support] Implementing linear maps and their inverses in SageMath and Magma

2025-01-02 Thread Sai Chandhrasekhar
Cross-post from: https://ask.sagemath.org/question/80862/implementing-linear-maps-and-their-inverses-in-sagemath-and-magma/ I am currently trying to implement the linear maps in this post: https://math.stackexchange.com/questions/5015461/computing-the-inverses-of-two-linear-maps in Magma and S

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

2024-12-17 Thread Sai Chandhrasekhar
Can you go into more detail on this? On Monday, December 16, 2024 at 9:29:13 AM UTC-8 Nils Bruin wrote: > On Saturday, 14 December 2024 at 09:28:37 UTC-8 skchandh...@gmail.com > wrote: > > I want to compute a single place of degree 8 so I can use it as described > in the OP. > > > If you w

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

2024-12-15 Thread Sai Chandhrasekhar
Is there a way I can take the place I got and input it into future calculations without having to recalculate it every time I run the code? On Saturday, December 14, 2024 at 9:28:37 AM UTC-8 Sai Chandhrasekhar wrote: > I want to compute a single place of degree 8 so I can use it as descri

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

2024-12-14 Thread Sai Chandhrasekhar
I want to compute a single place of degree 8 so I can use it as described in the OP. On Saturday, December 14, 2024 at 7:48:15 AM UTC-8 Nils Bruin wrote: > On Friday, 13 December 2024 at 17:48:38 UTC-8 Kwankyu wrote: > > On Sat, Dec 14, 2024 at 9:09 AM Sai Chandhrasekhar > wrote

[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

[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] Calculating place of large function field F_{2^128}(X)

2024-12-10 Thread Sai Chandhrasekhar
I am trying to calculate a place of the degree 8 extension field of a rational function field over GF(2^16) in SageMath. However, when I do this, it is taking a very long time and doesn't produce a result even after hours of computation. The commands I am running: sage: F. = FunctionField(GF(2^

[sage-support] Calculate places of rational field over large finite field GF(2^128) using SageMath

2024-12-08 Thread Sai Chandhrasekhar
Is there a way to do this without trying to manually enumerate them? -- 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.