group(deprecated)/core - 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)/core

group(deprecated)

  

core

  

find the core of a subgroup of a permutation group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

core(sg, pg)

Parameters

pg

-

group in which the core is to be found

sg

-

subgroup of pg

Description

• 

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

• 

This function finds the largest normal subgroup of the permutation group pg contained in sg. To speed up the computation, it is required that sg be a subgroup of pg. The result is returned as an unevaluated permgroup call.

• 

The command with(group,core) allows the use of the abbreviated form of this command.

Examples

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

withgroup:

pgpermgroup7,1,2,1,2,3,4,5,6,7:

sgpermgroup7,1,2,3,3,4,5,6,7:

coresg,pg

permgroup7,1,2,3,3,4,5,6,7

(1)

See Also

group[issubgroup]

group[NormalClosure]

GroupTheory

GroupTheory[Core]