Center - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

Center

  

construct the center of a group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Center( G )

Centre( G )

Parameters

G

-

a permutation group

Description

• 

The center of a group  is the set of elements of  that commute with all elements of . That is, an element  of  belongs to the center of  if, and only if, , for all  in .

• 

The Center( G ) command constructs the center of a group G. The group G must be an instance of a permutation group, a group defined by a Cayley table, or a custom group that defines its own center method.

• 

The Centre command is provided as an alias.

Examples

Whether the center of a dihedral group is trivial or a group of order two depends upon whether the degree is odd or even.

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

The center of any Frobenius group is trivial.

(12)

(13)

Likewise, a non-abelian simple group has trivial center.

(14)

Of course, every abelian group is equal to its center.

(15)

Compatibility

• 

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

• 

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

See Also

GroupTheory

GroupTheory[Centralizer]

 


Download Help Document