InducedGModule( G, module )
G is a transitive permutation group , and module an H-module, where
H is the subgroup of G returned by Stabilizer(group, 1)
. (That
is, the matrix generators for module should correspond to the
permutations generators for H returned by this function call.) The
induced G-module is calculated and returned. If the action of H on
module is trivial, then PermGModule
should be used instead.
GAP 3.4.4