Suppose we have a group G:
F := FreeGroup(3);
G := F / [F.1^3, F.2^4, F.3^5, F.1*F.2*F.1^-1];
(the relations don't matter). How do we get a subgroup of G generated by G.1 and G.2?
Suppose we have a group G:
F := FreeGroup(3);
G := F / [F.1^3, F.2^4, F.3^5, F.1*F.2*F.1^-1];
(the relations don't matter). How do we get a subgroup of G generated by G.1 and G.2?
Your post was full of typos, which might account for your problems. You can put:
Or, for more general situations: