group(deprecated)
Sylow
find the Sylow-p-subgroup of a permutation group
Calling Sequence
Parameters
Description
Examples
Sylow(pg, p)
pg
-
group in which the Sylow-p-subgroup is to be found
p
prime divisor of the order of pg
Important: The group package has been deprecated. Use the superseding command GroupTheory[SylowSubgroup] instead.
This function finds a maximal p-group sitting inside the permutation group pg. The given permutation group pg must have small order and degree. The result is returned as an unevaluated permgroup call.
The command with(group,Sylow) allows the use of the abbreviated form of this command.
with⁡group:
G≔permgroup⁡5,1,2,1,2,3,4,5:
ifactor⁡grouporder⁡G
23⁢3⁢5
S≔Sylow⁡G,2
S≔permgroup⁡5,2,5,1,5,4,2
grouporder⁡S
8
See Also
group[issubgroup]
group[permgroup]
GroupTheory
GroupTheory[SylowSubgroup]
Download Help Document