GroupTheory
Character
construct a finite group character from a character table
Calling Sequence
Parameters
Description
Methods
Examples
Compatibility
Character( ct, k )
ct
-
character table
k
positive integer
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.
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
Retrieve the fourth character (i.e., the last row) from the character table.
The next statement assigns all the characters from the table.
Since the irreducible characters form an orthonormal basis, the following produces an identity matrix.
Notice that, although the non-Abelian groups of order have identical character tables, they are distinguished by the Frobenius-Schur indicator.
The GroupTheory[Character] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[CharacterTable]
GroupTheory[DihedralGroup]
GroupTheory[QuaternionGroup]
Download Help Document