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

Online Help

All Products    Maple    MapleSim


GroupTheory

  

Character

  

construct a finite group character from a character table

 

Calling Sequence

Parameters

Description

Methods

Examples

Compatibility

Calling Sequence

Character( ct, k )

Parameters

ct

-

character table

k

-

positive integer

Description

• 

The Character( ct, k ) command creates the kth character of the character table ct, which may be constructed by using the CharacterTable command from a finite group.

Methods

• 

Characters are implemented as Maple objects and support several object methods, outlined below.

Indicator( chi, k )

returns the th higher indicator of the character chi

Indicator( chi )

returns the Frobenius-Schur indicator of the character chi

Kernel( chi )

returns the kernel of the character chi

chi1 . chi2

returns the inner product of characters chi1 and chi2

Examples

(1)

(2)

Retrieve the fourth character (i.e., the last row) from the character table.

(3)

The next statement assigns all the characters from the table.

(4)

(5)

(6)

Since the irreducible characters form an orthonormal basis, the following produces an identity matrix.

(7)

(8)

(9)

(10)

Notice that, although the non-Abelian groups of order  have identical character tables, they are distinguished by the Frobenius-Schur indicator.

(11)

(12)

Compatibility

• 

The GroupTheory[Character] command was introduced in Maple 2017.

• 

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

See Also

GroupTheory

GroupTheory[AlternatingGroup]

GroupTheory[CharacterTable]

GroupTheory[DihedralGroup]

GroupTheory[QuaternionGroup]

 


Download Help Document