group(deprecated)/Sylow - 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)/Sylow

group(deprecated)

  

Sylow

  

find the Sylow-p-subgroup of a permutation group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Sylow(pg, p)

Parameters

pg

-

group in which the Sylow-p-subgroup is to be found

p

-

prime divisor of the order of pg

Description

• 

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

• 

This function finds a maximal p-group sitting inside the permutation group pg. The given permutation group pg must have small order and degree. The result is returned as an unevaluated permgroup call.

• 

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

Examples

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

withgroup:

Gpermgroup5,1,2,1,2,3,4,5:

ifactorgrouporderG

2335

(1)

SSylowG,2

Spermgroup5,2,5,1,5,4,2

(2)

grouporderS

8

(3)

See Also

group[issubgroup]

group[permgroup]

GroupTheory

GroupTheory[SylowSubgroup]