group(deprecated)/issubgroup - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : group(deprecated)/issubgroup

group(deprecated)

  

issubgroup

  

determine whether a permutation group is a subgroup of another permutation group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

issubgroup(sg, pg)

Parameters

sg, pg

-

two permgroups of the same degree

Description

• 

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.

Examples

Important: The group package has been deprecated. Use the superseding command GroupTheory[IsSubgroup] instead.

withgroup:

pgpermgroup8,1,2,1,2,3,4,5,6,7,8:

sgpermgroup8,1,2,5,6,1,2,3,4,5,6,7,8:

issubgroupsg,pg

true

(1)

See Also

group[isnormal]

group[permgroup]

GroupTheory

GroupTheory[IsSubgroup]