View source: R/symmetricPolynomials.R
isSymmetricQspray | R Documentation |
Check whether a qspray
polynomial is symmetric.
isSymmetricQspray(qspray)
qspray |
a |
A Boolean value indicating whether the polynomial defined by
qspray
is symmetric.
MSPcombination
, compactSymmetricQspray
e1 <- ESFpoly(3, 1)
e2 <- ESFpoly(3, 2)
e3 <- ESFpoly(3, 3)
q <- e1 + 2*e2 + 3*e3 + 4*e1*e3
isSymmetricQspray(q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.