group(deprecated)
issubgroup
determine whether a permutation group is a subgroup of another permutation group
Calling Sequence
Parameters
Description
Examples
issubgroup(sg, pg)
sg, pg
-
two permgroups of the same degree
Important: The group package has been deprecated. Use the superseding command GroupTheory[IsSubgroup] instead.
This function determines whether the permutation group sg is a subgroup of the permutation group pg. If it is, then true is returned; otherwise false is returned.
The command with(group,issubgroup) allows the use of the abbreviated form of this command.
with⁡group:
pg≔permgroup⁡8,1,2,1,2,3,4,5,6,7,8:
sg≔permgroup⁡8,1,2,5,6,1,2,3,4,5,6,7,8:
issubgroup⁡sg,pg
true
See Also
group[isnormal]
group[permgroup]
GroupTheory
GroupTheory[IsSubgroup]
Download Help Document