group(deprecated)/centralizer - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

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

group(deprecated)

  

centralizer

  

find the centralizer of a set of permutations

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

centralizer(pg, s)

Parameters

pg

-

group in which the centralizer is to be found

s

-

set of permutations or a single permutation

Description

• 

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

• 

This function finds the largest subgroup of the permutation group pg in which every element commutes with every element of s. s need not be contained in pg.  The result is returned as an unevaluated permgroup call.

• 

The command with(group,centralizer) allows the use of the abbreviated form of this command.

Examples

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

(1)

(2)

See Also

group[permgroup]

GroupTheory

GroupTheory[Centralizer]

 


Download Help Document