IsAbelian - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

IsAbelian

  

attempt to determine whether a group is Abelian (commutative)

  

IsCommutative

  

attempt to determine whether a group is commutative

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsAbelian( G )

IsCommutative( G )

Parameters

G

-

a group

Description

• 

A group  is Abelian (or commutative) if every pair of elements of  commute with each other.  That is, for all  and  in , we have .

• 

A group is Abelian precisely when it is equal to its own center.

• 

The IsAbelian( G ) command attempts to determine whether the group G is Abelian.  It returns true if G is Abelian and returns false otherwise. The command may raise an exception on (most) finitely presented groups, as shown in the last example below.

• 

The IsCommutative command is provided as an alias.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

Error, (in IsAbelian) cannot determine whether a general finitely presented group is Abelian.  If you know that your group is finite, try converting it to a permutation group by using the `PermutationGroup' command with your finitely presented group as input.

Compatibility

• 

The GroupTheory[IsAbelian] and GroupTheory[IsCommutative] commands were introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

See Also

GroupTheory

GroupTheory[Center]

 


Download Help Document