Qurak

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 క్లయింట్ నుండి వాడండి