FactorTerms
Usage
• FactorTerms[poly]取出poly中的任何完全的数值因子。
• FactorTerms[poly, x]取出poly中的任何不依赖 x的完全因子。
• FactorTerms[poly,  , , ... ]取出 poly中的任何不依赖任何  的完全因子。
Notes
• 例如: FactorTerms[3 - 3x^2]  . • FactorTerms[poly, x]提取关于x的 poly 的内容。
Further Examples
FactorTerms of one argument pulls out rational factors.
In[1]:=
|
Out[1]=
|
FactorTerms of one argument pulls out rational factors.
In[2]:=
|
Out[2]=
|
See the Further Examples for FactorTermsList.
|