PolynomialQuotient
Usage
• PolynomialQuotient[p, q, x] 给出p和q的商,处理为 x的多项式,其余扔掉。
Notes
• 参见 Mathematica 全书 : 节 3.3.4.
Further Examples
This gives the quotient and remainder upon dividing the first polynomial by the second one.
In[1]:=
|
Out[1]=
|
In[2]:=
|
Out[2]=
|
In this example the degree of the remainder is zero, which must be the case because the divisor is of degree one.
In[3]:=
|
Out[3]=
|
In[4]:=
|
Out[4]=
|
|