Frobenius Kernel |
Need: |
Time: |
|
Component:
Permutation Contact: GAP group ( support@gap-system.org) Last Update: 1999/2/19 |
Math: |
Program: |
If <G> is a Frobenius group this operation returns the frobenius kernel,\ that is the nilpotent normal subgroup $K=\{x\in G\mid fix(x)=\emptyset\}\cup\{1\}$. (What happens if <G> is not Frobenius?)
\beginexample gap> frob:=TransitiveGroup(5,3); F(5) = 5:4 gap> FrobeniusKernel(frob); Group([ (1,2,3,4,5) ]) \endexample