hasPolynomialCoefficientsOnly {symbolicQspray} | R Documentation |
Whether the coefficients of a 'symbolicQspray' polynomially depend on its parameters
Description
Checks whether the dependence of the coefficients of a
symbolicQspray
polynomial on their parameters is polynomial.
Usage
hasPolynomialCoefficientsOnly(Qspray)
Arguments
Qspray |
a |
Value
A Boolean value. The coefficients of a symbolicQspray
polynomial always are fractions of polynomials. This function checks
whether they are polynomials.
Examples
JP <- JacobiPolynomial(4)
hasPolynomialCoefficientsOnly(JP)
[Package symbolicQspray version 1.1.0 Index]