FactorTermsList[poly]
给出因子列表,其中第一个元素是 poly 的完全数值因子,第二个元素是移除完全因子的多项式.
FactorTermsList[poly,{x1,x2,…}]
给出 poly 的因子组成的列表. 列表中的第一个元素是完全的数值因子. 第二个元素是不依赖任何 xi 的因子. 后面的元素是逐步依赖于更多 xi 的因子.
FactorTermsList
FactorTermsList[poly]
给出因子列表,其中第一个元素是 poly 的完全数值因子,第二个元素是移除完全因子的多项式.
FactorTermsList[poly,{x1,x2,…}]
给出 poly 的因子组成的列表. 列表中的第一个元素是完全的数值因子. 第二个元素是不依赖任何 xi 的因子. 后面的元素是逐步依赖于更多 xi 的因子.
更多信息和选项
- FactorTermsList 接受以下选项:
-
Modulus 0 假定的整数的模数 Trig False 是否进行三角和代数变换
范例
打开所有单元 关闭所有单元基本范例 (2)
范围 (8)
基本用法 (5)
FactorTermsList[8x ^ 3 - 6x ^ 2 + 22x - 6]FactorTermsList[6a ^ 2 + 9x ^ 2 + 12b ^ 2]FactorTermsList[7 x + (14y + 21) / z]FactorTermsList[5I x ^ 2 + 20x I + 10]FactorTermsList[15Sin[x] ^ 2 + 100Log[x]f[x] + 50E ^ x]高级用法 (3)
FactorTermsList[-6 y - 6 a y + 2 x^2 y + 2 a x^2 y + 4 a y^2 + 4 a^2 y^2, x]列出整体数字因子,然后提取与
和
无关的因子,再提取与
无关的因子:
FactorTermsList[-6 y - 6 a y + 2 x^2 y + 2 a x^2 y + 4 a y^2 + 4 a^2 y^2, {x, y}]FactorTermsList[8x ^ 2 + 5, Modulus -> 3]应用 (1)
f = 2 x ^ 2 y z + 2 x ^ 2 y + 4 x ^ 2z + 4 x ^ 2 + 4 y ^ 2z ^ 2 + 4 z y ^ 2 + 8 z ^ 2 y + 2 z y - 6 y - 12 z - 12;FactorTermsList[f]FactorTermsList[f, x]FactorTermsList[f, {x, y}]属性和关系 (2)
FactorTermsList 给出由因子组成的列表:
FactorTermsList[14x + 21y + 35x y + 63]Times@@%FactorTerms 给出因子的乘积:
FactorTerms[14x + 21y + 35x y + 63]Expand 展开因子:
Expand[%]FactorList 给出所有不可约的因子列表:
FactorTermsList[4x ^ 3 - 4]FactorList[4x ^ 3 - 4]技术笔记
-
▪
- 多项式的代数运算
相关指南
-
▪
- 多项式因式分解
历史
1988年引入 (1.0)
文本
Wolfram Research (1988),FactorTermsList,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FactorTermsList.html.
CMS
Wolfram 语言. 1988. "FactorTermsList." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/FactorTermsList.html.
APA
Wolfram 语言. (1988). FactorTermsList. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/FactorTermsList.html 年
BibTeX
@misc{reference.wolfram_2026_factortermslist, author="Wolfram Research", title="{FactorTermsList}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/FactorTermsList.html}", note=[Accessed: 14-September-2026]}
BibLaTeX
@online{reference.wolfram_2026_factortermslist, organization={Wolfram Research}, title={FactorTermsList}, year={1988}, url={https://reference.wolfram.com/language/ref/FactorTermsList.html}, note=[Accessed: 14-September-2026]}