FactorSquareFreeList
Usage
• FactorSquareFreeList[poly]给出了一个多项式的平方自由因子以及它们的指数。
Notes
Further Examples
We first define an expanded polynomial, suppressing its display. The second input gives the list of factors and exponents of the polynomial.
In[1]:=
|
Out[1]=
|
We reconstruct the polynomial and compare it to the original.
In[2]:=
|
Out[2]=
|
In[3]:=
|
See the Further Examples for FactorSquareFree.
|