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

group(deprecated)

  

isnormal

  

determine whether a subgroup is normal

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

isnormal(subgrl)

isnormal(pg, sg)

Parameters

subgrl

-

subgrel

pg, sg

-

two permgroups of the same degree

Description

• 

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

• 

With two arguments, this function determines whether sg is a normal subgroup of the permutation group generated by the union of sg and pg.  If it is, then true is returned; otherwise false is returned.

• 

With one argument, this function tests whether subgrl is a normal subgroup.  The function returns true or false.

• 

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

Examples

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

withgroup:

pgpermgroup8,1,2,1,2,3,4,5,6,7,8:

sg1permgroup8,1,2,5,6,1,2,3,4,5,6,7,8:

isnormalpg,sg1

false

(1)

sg2permgroup8,1,2,3,2,3,4,5,6,7,8:

isnormalpg,sg2

true

(2)

ggrelgroupa,b,b,b,b,a,b,1a,1b,a,a,a,a,a:

isnormalsubgrelx=a,g

true

(3)

See Also

group[grelgroup]

group[permgroup]

group[subgrel]