group(deprecated)
inter
find the intersection of two permutation groups
Calling Sequence
Parameters
Description
Examples
inter(pg1, pg2)
pg1, pg2
-
two permgroups of the same degree
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.
with⁡group:
pg1≔permgroup⁡7,2,3,4,3,4,5,6,7:
pg2≔permgroup⁡7,1,2,1,2,3,4,5,6:
inter⁡pg1,pg2
permgroup⁡7,2,4,3,2,4,5,2,4,6
See Also
group[permgroup]
GroupTheory
GroupTheory[Intersection]
Download Help Document