I have created the following group: F.<x,y> = FreeGroup() G = F / [x^3, y^2, (xy)^5] G Finitely presented group < x, y | x^3, y^2, (xy)^5 >
I would like to list the distinct cosets generated by <x*y>. I think there should be 12, but I have tried different code with no luck.