|
SOLUTIONS
|
MATHEMATICA 内置符号
FactorInteger
FactorInteger[n]
给出了整数 n 的素数因子列表,以及它们的指数.
FactorInteger[n, k]
部分因式分解,包含 k 个不同的因子.
更多信息更多信息
- 对于负数,单元
被包括在因子列表中. - FactorInteger 也对有理数有效. 分母的素因子用负指数给出. »
- 列表 FactorInteger[n, k] 中最后一个元素确定部分因式分解后留下的内容.
- FactorInteger[n, GaussianIntegers->True] 在高斯整数上分解因子. »
- FactorInteger[m+I n] 自动作用于高斯整数.
- 当必要时,
、 {I, 1} 或 {-I, 1} 形式的单元包含在因数列表中. - FactorInteger[n, Automatic] 只分解出易求的因子.
- FactorInteger 用 PrimeQ 来确定因子是否是素数.
版本 1 的新功能 | 版本 6 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

