Core - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

Core

  

construct the core of a subgroup of a group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Core( H, G )

Parameters

H

-

a subgroup of G

G

-

a permutation group

Description

• 

If H is a subgroup of a group G, then the core of H in G is the largest normal subgroup of G contained in H.

• 

The Core( H, G ) command computes the core of the subgroup H of the permutation group G.

Examples

> 

with⁡GroupTheory:

> 

G≔Group⁡Perm⁡1,2,3,4,5,Perm⁡1,2,3

G≔1,2,3,4,5,1,2,3

(1)
> 

H≔Subgroup⁡1,5,4,3,2,G

H≔1,5,4,3,2

(2)
> 

C≔Core⁡H,G

C≔

(3)
> 

Generators⁡C

(4)
> 

GroupOrder⁡C

1

(5)
> 

G≔SymmetricGroup⁡4

G≔S4

(6)
> 

H≔Subgroup⁡Perm⁡1,2,3,4,Perm⁡1,4,2,3,G

H≔1,42,3,1,23,4

(7)
> 

C≔Core⁡H,G

C≔1,42,3,1,23,4

(8)
> 

Generators⁡C

1,42,3,1,23,4

(9)
> 

GroupOrder⁡C

4

(10)

Compatibility

• 

The GroupTheory[Core] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

See Also

GroupTheory

GroupTheory[Generators]

GroupTheory[Group]

GroupTheory[GroupOrder]

GroupTheory[PCore]

GroupTheory[Subgroup]

GroupTheory[SymmetricGroup]

Perm