FactorTerms[poly]
取出 poly 中的任何完全的数值因子.
FactorTerms[poly,x]
取出 poly 中的任何不依赖 x 的完全因子.
FactorTerms[poly,{x1,x2,…}]
取出 poly 中的任何不依赖任何 xi 的完全因子.
FactorTerms
FactorTerms[poly]
取出 poly 中的任何完全的数值因子.
FactorTerms[poly,x]
取出 poly 中的任何不依赖 x 的完全因子.
FactorTerms[poly,{x1,x2,…}]
取出 poly 中的任何不依赖任何 xi 的完全因子.
更多信息和选项
- FactorTerms[poly,x] 提取关于 x 的 poly 的内容.
- FactorTerms 自动线性作用于 poly 中的列表、方程、不等式和逻辑函数.
- FactorTerms 接受以下选项:
-
Modulus 0 假定的整数的模数 Trig False 是否进行三角和代数变换
范例
打开所有单元 关闭所有单元基本范例 (2)
范围 (10)
基本用法 (7)
FactorTerms[4x ^ 3 - 6x ^ 2 + 12x - 6]FactorTerms[12a ^ 4 + 9x ^ 2 + 66b ^ 2]FactorTerms[7 x + (14y + 21) / z]FactorTerms[5I x ^ 2 + 20x I + 10]FactorTerms[15Sin[x] ^ 2 + 100Log[x]f[x] + 50E ^ x]FactorTerms 可作用于列表的每一项:
FactorTerms[{5x ^ 2 - 15, 7x ^ 4 - 77, 8x ^ 8 - 24}]FactorTerms 可作用于等式和不等式:
FactorTerms[1 < 77x ^ 3 - 21x + 35 < 2]高级用法 (3)
FactorTerms[-6y - 6a y + 2x ^ 2y + 2a x ^ 2y + 4a y ^ 2 + 4a ^ 2y ^ 2, x]FactorTerms[-6y - 6a y + 2x ^ 2y + 2a x ^ 2y + 4a y ^ 2 + 4a ^ 2y ^ 2, {x, y}]FactorTerms[5x ^ 2 + 2, Modulus -> 3]应用 (1)
属性和关系 (3)
Expand 分配公共因子到各项,实际上是 FactorTerms 的反函数:
FactorTerms[14x + 21y + 35x y + 63]Expand[%]FactorTermsList 给出因子列表:
FactorTermsList[14x + 21y + 35x y + 63]Factor 执行一个完整的因式分解:
FactorTerms[4x ^ 3 - 4]Factor[%]技术笔记
-
▪
- 以不同形式表示表达式 ▪
- 多项式的结构运算
相关指南
-
▪
- 多项式因式分解
历史
1988年引入 (1.0) | 在以下年份被更新:2007 (6.0)
文本
Wolfram Research (1988),FactorTerms,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FactorTerms.html (更新于 2007 年).
CMS
Wolfram 语言. 1988. "FactorTerms." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2007. https://reference.wolfram.com/language/ref/FactorTerms.html.
APA
Wolfram 语言. (1988). FactorTerms. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/FactorTerms.html 年
BibTeX
@misc{reference.wolfram_2026_factorterms, author="Wolfram Research", title="{FactorTerms}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/FactorTerms.html}", note=[Accessed: 12-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_factorterms, organization={Wolfram Research}, title={FactorTerms}, year={2007}, url={https://reference.wolfram.com/language/ref/FactorTerms.html}, note=[Accessed: 12-September-2026]}