group(deprecated)
center
find the center of a given permutation group
Calling Sequence
Parameters
Description
Examples
center(pg)
pg
-
group in which the center is to be found
Important: The group package has been deprecated. Use the superseding command GroupTheory[Center] instead.
This function finds the largest subgroup of the permutation group pg in which every element commutes with every element of pg. The result is returned as an unevaluated permgroup call.
The command with(group,center) allows the use of the abbreviated form of this command.
with⁡group:
center⁡permgroup⁡5,1,2,3,4,5,2,5,3,4
permgroup⁡5,∅
See Also
group[centralizer]
group[normalizer]
GroupTheory
GroupTheory[Center]
Download Help Document