FactorInteger
در دسترس
Returns the prime factorization as {prime, exponent} pairs.
FactorInteger[n]
FactorInteger[n, k]
FactorInteger[60]
→ {{2, 2}, {3, 1}, {5, 1}}FactorInteger[100]
→ {{2, 2}, {5, 2}}FactorInteger[17]
→ {{17, 1}}FactorInteger[2^128 - 1]
→ {{3, 1}, {5, 1}, {17, 1}, {257, 1}, {641, 1}, {65537, 1}, {274177, 1}, {6700417, 1}, {67280421310721, 1}} همهٔ 6300 تابع ·
استفاده از این در کلاینت MCP