GroupTheory
Center
construct the center of a group
Calling Sequence
Parameters
Description
Examples
Compatibility
Center( G )
Centre( G )
G
-
a permutation group
The center of a group G is the set of elements of G that commute with all elements of G. That is, an element g of G belongs to the center of G if, and only if, g·x=x·g, for all x in G.
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.
with⁡GroupTheory:
G≔PermutationGroup⁡1,2,1,2,3,4,5
G≔1,2,1,2,34,5
Center⁡G
Z⁡1,2,1,2,34,5
Center⁡AlternatingGroup⁡4
Z⁡A4
G≔MetacyclicGroup⁡3,4,2
G≔1,2,34,6,85,7,910,11,12,1,4,10,52,6,11,73,8,12,9
IsAbelian⁡Center⁡G
true
GroupOrder⁡Center⁡G
12
IsNormal⁡Center⁡G,G
The GroupTheory[Center] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[Centralizer]
Download Help Document
What kind of issue would you like to report? (Optional)