group[issubgroup] - determine whether a permutation group is a subgroup of another permutation group
|
Calling Sequence
|
|
issubgroup(sg, pg)
|
|
Parameters
|
|
sg, pg
|
-
|
two permgroups of the same degree
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Download Help Document
Was this information helpful?