Yes I do need the multiplication too. I am implementing constructions of MOLS and for some of them I need to do some computations on a field, then give everything to a function that needs group elements as input... So I need it to be a group and also to see this as a field. Can we do that in Sage ? Nathann
On Monday, 28 April 2014, Dima Pasechnik <[email protected]> wrote: > On 2014-04-28, Nathann Cohen <[email protected] <javascript:;>> > wrote: > > Hello everybody ! > > > > I need to use the elements of GF(8,'x') x Z/3Z as an additive group. Is > > there a way to do this with Sage ? I need that to add more combinatorial > > designs :-) > Do you need multiplication in GF(8)? If not, you can just construct > the corresponding abelian group (Z/2Z)^3 x Z/3Z directly. > > > > > Thanks ! > > > > Nathann > > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "sage-support" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/sage-support/DWfgVrFug38/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected] <javascript:;>. > To post to this group, send email to > [email protected]<javascript:;> > . > Visit this group at http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
