group(deprecated)
isabelian
determine whether a permutation group is abelian
Calling Sequence
Parameters
Description
Examples
isabelian(pg)
pg
-
given permutation group to be tested
Important: The group package has been deprecated. Use the superseding command GroupTheory[IsAbelian] instead.
This function determines whether pg is an abelian group. If it is, then true is returned; otherwise false is returned.
The command with(group,isabelian) allows the use of the abbreviated form of this command.
with⁡group:
pg≔permgroup⁡8,1,2,1,2,3,4,5,6,7,8:
pg2≔permgroup⁡8,1,2,3,4:
isabelian⁡pg
false
isabelian⁡pg2
true
See Also
group[permgroup]
GroupTheory
GroupTheory[IsAbelian]
Download Help Document