Learn R Programming

symbolicQspray (version 1.1.0)

hasPolynomialCoefficientsOnly: 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)

Value

A Boolean value. The coefficients of a symbolicQspray

polynomial always are fractions of polynomials. This function checks whether they are polynomials.

Arguments

Qspray

a symbolicQspray object

Examples

Run this code
JP <- JacobiPolynomial(4)
hasPolynomialCoefficientsOnly(JP)

Run the code above in your browser using DataLab