Get abelian group element powers. [closed]

asked 9 years ago

MLainz gravatar image

I have the abelian group (let's say, Z25). I want to represent its Cayley graph as a grid, in which the element aibj occupies the [i,j] position in the plane. For that, I need would need a method .pos(). which did the following.

A = groups.presentation.FGAbelian([n,n]);
e=A[2]

-->e=aba^-1

e.pos()

--> [0,1]

How can I create something like that?

Preview: (hide)

Closed for the following reason duplicate question by vdelecroix
close date 2016-02-04 02:42:45.534060