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

group(deprecated)

  

isabelian

  

determine whether a permutation group is abelian

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

isabelian(pg)

Parameters

pg

-

given permutation group to be tested

Description

• 

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.

Examples

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

withgroup:

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

pg2permgroup8,1,2,3,4:

isabelianpg

false

(1)

isabelianpg2

true

(2)

See Also

group[permgroup]

GroupTheory

GroupTheory[IsAbelian]