FactorInteger
给出了整数 n 的素数因子列表,以及它们的指数.
FactorInteger[n,k]
部分因式分解,包含最多 k 个不同的因子.
更多信息和选项
- FactorInteger 亦称为质因数分解.
- 对于正数 n=p1k1⋯ pmkm,其中 pi 为质数,FactorInteger[n] 给出列表 {{p1,k1},…,{pm,km}}.
- 对于负数,单元 {-1,1} 被包括在因子列表中.
- FactorInteger 也适用于有理数. 分母的素因子用负指数给出.
- FactorInteger[n,GaussianIntegers->True] 在高斯整数上分解因子.
- FactorInteger[m+I n] 自动作用于高斯整数.
- 当必要时,{-1,1}、 {I,1} 或 {-I,1} 形式的单元会包含在因子列表中.
- 列表 FactorInteger[n,k] 中最后一个元素给出了部分因式分解后留下的内容.
- FactorInteger[n,Automatic] 只分解出易求的因子.
- FactorInteger 用 PrimeQ 来确定因子是否是素数.
范例
打开所有单元关闭所有单元范围 (6)
应用 (12)
基本应用 (5)
用 FactorInteger 测试素数幂:
用 FactorInteger 求一个数字的所有质因数:
数论 (7)
属性和关系 (9)
可能存在的问题 (2)
Wolfram Research (1988),FactorInteger,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FactorInteger.html (更新于 2007 年).
文本
Wolfram Research (1988),FactorInteger,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FactorInteger.html (更新于 2007 年).
CMS
Wolfram 语言. 1988. "FactorInteger." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2007. https://reference.wolfram.com/language/ref/FactorInteger.html.
APA
Wolfram 语言. (1988). FactorInteger. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/FactorInteger.html 年