|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PolynomialQ
PolynomialQ[expr, var]
yields True if expr is a polynomial in var, and yields False otherwise.
PolynomialQ[expr, {var1, ...}]
tests whether expr is a polynomial in the
.
DetailsDetails
- The
need not be symbols; PolynomialQ[f[a]+f[a]^2, f[a]] -> True.
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
