Consider two groups $$\langle x,y \, | \, x^4=y^5=1 ,yxy=x \rangle$$ and $$ \langle a,b \, | \, a^{10}=1,b^2=a^5,aba=b \rangle.$$
I think they are isomorphic, but I can't show it, it will be great if you help about this.
I have the software GAP, if you tell how can I show it with GAP, it will be enough.
thanks.
I did big mistake when I was typing the second group, I edit it now, please excuse me.
actually second group is $Dic_4$,Dicyclic group of order 20.
Since there was a question of how to do it in GAP:
You first create the two groups:
Then (this implicitly uses that the groups are finite, it will not necessarily work for infinite groups):
returns one (not necessarily the nicest, or always the same) isomorphism (or
failif none exists). If you want to try all possibilities, you could useto force immediate reduction of word expressions (otherwise GAP builds up products and never reduces) and then use (to get all isomorphisms, multiply one particular one with all possible automorphisms of the image):
and find (this is for me the nicest) the isomorphism $x\mapsto b$, $y\mapsto a^2$.