The optional argument AsExpression specifies whether the polynomials should be outputted as RingElement objects or as elements of type Expression
|
|
This allows to visualize some of the polynomials in a clearer way.
|
|
|
|
|
In some cases it also allows to work with polynomials whose term expansion is very big.
Example R = QQ[x_1..x_10] p = new Partition from {1,1,1,1,1,1,1,1,1,1}; spechtPolynomial(youngTableau(p,{0,1,2,3,4,5,6,7,8,9}),R,AsExpression => true) SeeAlso higherSpechtPolynomial
The object AsExpression is a symbol.
The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/SpechtModule.m2:3305:0.