ip = internalProduct(f1,f2)Given symmetric functions f1 and f2, the method computes the Kronecker product ip between f1 and f2. The output ip is an element in the ring of f2.
|
|
|
|
|
An error is returned if f1 and f2 don't have the same degree.
Products of complete homogeneous functions give characters of permutation representations of S_n; their Kronecker product decomposes accordingly. For instance, in degree 4:
|
The same computation can be carried out directly in a Schur ring with option GroupActing => "Sn", where multiplication * is the internal product. The Kronecker square of the standard representation s_{3,1} of S_4 decomposes as trivial + sign + standard + s_{2,2}:
|
|
|
The method is compatible with toSn: we can first convert a product of h's into the Schur basis of an S_n ring, then take Kronecker products there.
|
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/SchurRings.m2:7566:0.