FactorTerms
Usage
• FactorTerms[poly] pulls out any overall numerical factor in poly. • FactorTerms[poly, x] pulls out any overall factor in poly that does not depend on x. • FactorTerms[poly, { , , ... }] pulls out any overall factor in poly that does not depend on any of the .
Notes
• Example: FactorTerms[3 - 3x^2]  . • FactorTerms[poly, x] extracts the content of poly with respect to x. • New in Version 1.
|