> On 2 May 2015, at 09:41, abdulhakeem alayiwola <lovepgro...@gmail.com> wrote: > > please can anyone give hint on how to find inner automorphism of a group... > _______________________________________________ > Forum mailing list > Forum@mail.gap-system.org > http://mail.gap-system.org/mailman/listinfo/forum
This is how to find such things in the GAP manual: start GAP and then type ?Inner to see all manual entries starting from the string "Inner": gap> ?Inner Help: several entries match this topic - type ?2 to get match [2] [1] Reference: InnerAutomorphism [2] Reference: InnerAutomorphismNC Now follow the instructions on screen to see the relevant piece of the manual. You may also type ??Inner to see all entries that include the substring "Inner". This should lead you to InnerAutomorphism and also to InnerAutomorphisms from the SONATA package (the latter may work only for small examples). HTH Alexander _______________________________________________ Forum mailing list Forum@mail.gap-system.org http://mail.gap-system.org/mailman/listinfo/forum