group(deprecated)/center - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : group(deprecated)/center

group(deprecated)

  

center

  

find the center of a given permutation group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

center(pg)

Parameters

pg

-

group in which the center is to be found

Description

• 

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.

Examples

Important: The group package has been deprecated. Use the superseding command GroupTheory[Center] instead.

withgroup:

centerpermgroup5,1,2,3,4,5,2,5,3,4

permgroup5,

(1)

See Also

group[centralizer]

group[normalizer]

GroupTheory

GroupTheory[Center]