S = schurRing(A,s,n) creates a Schur ring of degree n over the base ring A, with variables based on the symbol s. This is the representation ring for the general linear group of n by n matrices, tensored with the ring A. If s is already assigned a value as a variable in a ring, its base symbol will be used, if it is possible to determine.
|
|
Alternatively, the elements of a Schur ring may be interpreted as characters of symmetric groups. To indicate this interpretation, one has to set the value of the option GroupActing to "Sn".
|
|
If the dimension n is not specified, then one should think of S as the full ring of symmetric functions over the base A, i.e. there is no restriction on the number of parts of the partitions indexing the generators of S.
|
|
If the base ring A is not specified, then QQ is used instead.
|
|
Beyond the default GL flavor, the options GroupActing and Basis choose between the symmetric-group ("Sn"), symplectic ("Sp"), orthogonal ("O"), special-linear ("SL"), rational-GL ("RatGL"), and monomial-basis variants. See the main SchurRings page for the full landscape.
For example, the symplectic representation ring lives in its own SchurRing, and the orthogonal flavor takes an additional OddOrEven option to distinguish O(2n+1) from O(2n).
|
|
|
|
The monomial-symmetric-function basis is activated with Basis => "Monomial", and multiplication switches to the corresponding convolution on weak compositions.
|
|
|
One can iterate schurRing to produce a tower of Schur rings, a convenient setting for bi-graded or bivariate character calculations.
|
|
|
|
Passing n => infinity (or omitting the dimension) builds the stable ring of symmetric functions, with no bound on the number of parts.
|
|
|
The object schurRing is a method function with options.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/SchurRings.m2:5158:0.