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

group(deprecated)

  

inter

  

find the intersection of two permutation groups

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

inter(pg1, pg2)

Parameters

pg1, pg2

-

two permgroups of the same degree

Description

• 

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

• 

The intersection of two permutation groups is computed, and returned in the form of a permgroup.

• 

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

Examples

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

withgroup:

pg1permgroup7,2,3,4,3,4,5,6,7:

pg2permgroup7,1,2,1,2,3,4,5,6:

interpg1,pg2

permgroup7,2,4,3,2,4,5,2,4,6

(1)

See Also

group[permgroup]

GroupTheory

GroupTheory[Intersection]