Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 9 years ago

MLainz gravatar image

Get vector from abelian group

I want to represent the Cayley graph of an abelian group (let's say A=Z25) is a way that the element g=aibj is in the position [i,j]. I need a method .pos()such that:

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

 ---> g = a*b*a^-1

g.pos()

 ---> [0,1]

How could I do that?