compactSymmetricQspray | R Documentation |
Prints a symmetric qspray polynomial as a linear combination of the monomial symmetric polynomials.
## S4 method for signature 'qspray,logical'
compactSymmetricQspray(qspray, check)
## S4 method for signature 'qspray,ANY'
compactSymmetricQspray(qspray)
qspray |
a |
check |
Boolean, whether to check the symmetry (default |
A character string.
MSPcombination
library(qspray)
( qspray <- PSFpoly(4, c(3, 1)) - ESFpoly(4, c(2, 2)) + 4L )
compactSymmetricQspray(qspray, check = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.