hasPolynomialCoefficientsOnly | R Documentation |
Checks whether the dependence of the coefficients of a
symbolicQspray
polynomial on their parameters is polynomial.
hasPolynomialCoefficientsOnly(Qspray)
Qspray |
a |
A Boolean value. The coefficients of a symbolicQspray
polynomial always are fractions of polynomials. This function checks
whether they are polynomials.
JP <- JacobiPolynomial(4)
hasPolynomialCoefficientsOnly(JP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.