GroupTheory
Centralizer
construct the centralizer of an element of a group
Calling Sequence
Parameters
Description
Examples
Compatibility
Centralizer( g, G )
Centraliser( g, G )
G
-
a permutation group or a Cayley table group
g
an element of G
The centralizer of an element g of a group G is the set of elements of G that commute with g. That is, an element c of G belongs to the centralizer of g if, and only if, g·c=c·g.
The Centralizer( g, G ) command constructs the centralizer of the element g 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 centralizer method.
The centralizer of g in G may also be thought of as the stabilizer of g under the action of G on itself by conjugation.
The Centraliser command is provided as an alias.
with⁡GroupTheory:
G≔Group⁡Perm⁡1,2,Perm⁡1,2,3,4,5
G≔1,2,1,2,34,5
C≔Centralizer⁡Perm⁡1,2,3,G
C≔4,5,1,2,3,1,2,34,5
Generators⁡C
4,5,1,2,3,1,2,34,5
GroupOrder⁡C
6
The GroupTheory[Centralizer] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[Center]
Download Help Document