Hello everybody ! I am back again with my group problems. I need to see 4-uples as elements of the additive group Z/3Z x Z/2Z x Z/2Z x Z/2Z, how can I do that ? My problem is that Sage converts the group I want into Z/2Z x Z/2Z x Z/6Z and I don't want that ....
sage: g=groups.misc.AdditiveAbelian([2,2,2,3]); g Additive abelian group isomorphic to Z/2 + Z/2 + Z/6 sage: g([1,1,1,1]) ... TypeError: length of v must be at most the number of rows of self Thanks for your help ! Nathann -- 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.
