Re: [sage-support] Cyclic Codes

2023-07-11 Thread David Joyner
On Tue, Jul 11, 2023 at 1:46 PM GUSTAVO TERRA BASTOS wrote: > Firstly I define the finite extension field and the generator polynomial. > Then, when I try to define/describe the cyclic code using *" Cc = > codes.CyclicCode(generator_pol = g, length =n)" *I got the following > message:

Re: [sage-support] Cyclic Codes

2023-07-11 Thread GUSTAVO TERRA BASTOS
Firstly I define the finite extension field and the generator polynomial. Then, when I try to define/describe the cyclic code using *" Cc = codes.CyclicCode(generator_pol = g, length =n)" *I got the following message: *'sage.rings.finite_rings.element_givaro.FiniteField_givaroElement' object

Re: [sage-support] Cyclic Codes

2023-07-11 Thread David Joyner
On Tue, Jul 11, 2023 at 4:10 AM GUSTAVO TERRA BASTOS wrote: > Hi ! > > I have been facing problems to describe cyclic codes over finite extension > fields. It is easy to do with GF(p), but I can´t explicit codes over > GF(p^m) (noticing all the mathematical background). Anyone could provide me >

[sage-support] Cyclic Codes

2023-07-11 Thread GUSTAVO TERRA BASTOS
Hi ! I have been facing problems to describe cyclic codes over finite extension fields. It is easy to do with GF(p), but I can´t explicit codes over GF(p^m) (noticing all the mathematical background). Anyone could provide me an example? Best, -- You received this message because you are