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

group(deprecated)

  

normalizer

  

Find the normalizer of a subgroup

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

normalizer(pg, sg)

Parameters

pg, sg

-

two permgroups of the same degree

Description

• 

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

• 

This function finds the largest subgroup of pg in which sg is a normal subgroup. The group sg should be a subgroup of pg.  The result is returned as an unevaluated permgroup call.

• 

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

Examples

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

withgroup:

pgpermgroup7,1,2,3,3,4,5,6,7:

sgpermgroup7,1,2,3,3,4,5:

normalizerpg,sg

permgroup7,1,2,3,3,4,5,4,5,6,7

(1)

See Also

group[permgroup]

GroupTheory

GroupTheory[Normalizer]