Mathematica 9 is now available

PolynomialQ

Usage

PolynomialQ[expr, var] 多项式在var中,产生True ,否则产生False.
PolynomialQ[expr,   , ...  ] 检验是否 expr 中.


Notes

 不必是符号; PolynomialQ[f[a] + f[a]^2, f[a]]LongRightArrow .
• 参见 Mathematica 全书: 2.3.5 and 节 3.3.2.
• 同时参见: Collect, Series.
Further Examples

Is the expression a polynomial?

In[1]:=  

Out[1]=

In[2]:=  

Out[2]=

Is the expression a polynomial in the variable that is in the second argument?

In[3]:=  

Out[3]=

In[4]:=  

Out[4]=

This expression is not a polynomial over the integers, but it is over the integers modulo  .

In[5]:=  

Out[5]=

In[6]:=  

Out[6]=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.