Mathematica 9 is now available

FactorTerms

Usage

FactorTerms[poly]取出poly中的任何完全的数值因子。
FactorTerms[poly, x]取出poly中的任何不依赖 x的完全因子。
FactorTerms[poly,   ,  , ...  ]取出poly中的任何不依赖任何 的完全因子。


Notes

• 例如: FactorTerms[3 - 3x^2]LongRightArrow .
FactorTerms[poly, x]提取关于x poly 的内容。
• 参见 Factor.的注解。
• 参见 Mathematica 全书: 1.4.5节 and 3.3.1节.
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.



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.