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

Online Help

All Products    Maple    MapleSim


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

group(deprecated)

  

LCS

  

find the Lower Central Series of a given permutation group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

LCS(pg)

Parameters

pg

-

group in which the Lower Central Series is to be found

Description

• 

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

• 

This function finds the Lower Central Series of the permutation group pg and it can be used to find the class of pg and to determine whether pg is nilpotent or not.  The result is returned as a list of unevaluated permgroups call.

• 

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

Examples

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

withgroup:

LCSpermgroup5,1,2,3,4,5,2,5,3,4

permgroup5,1,2,3,4,5,2,5,3,4,permgroup5,,1,3,5,2,4

(1)

See Also

group[derived]

group[DerivedS]

GroupTheory

GroupTheory[LowerCentralSeries]