请输入您要查询的字词:

 

单词 IntegerFactorization
释义

integer factorization


Given an integer n, its integer factorization (or prime factorization) consists of the primes pi which multiplied together give n as a result. To put it algebraically,

n=i=1ω(n)piai,

with each pi distinct, all ai>0 but not necessarily distinct, and ω(n) being the value of the number of distinct prime factors function. Theoretically, an integer is a product of all the prime numbersMathworldPlanetmath,

n=i=1piai,

with many ai=0.

For example, the factorization of 32851 is 7×13×19×19, more usually expressed as 7×13×192. Because of the commutative property of multiplication, it does not matter in what order the prime factorsMathworldPlanetmath are stated in, but it is customary to give them in ascending order (http://planetmath.org/AscendingOrder), and to group them together by the use of exponents.

The factorization of a positive integer is unique (this is the fundamental theorem of arithmetic). For a negative number n<0 one could take the factorization of |n| and randomly give negative signs to one (or any odd numberMathworldPlanetmathPlanetmath) of the prime factors. Alternatively, the factorization can be given as -1p1a1 (this is what Mathematica opts for).

The term “factorization” is often used to refer to the actual process of determining the prime factors. There are several algorithmsMathworldPlanetmath to choose from, with trial divisionMathworldPlanetmath being the simplest to implement.

随便看

 

数学辞典收录了18232条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/5/4 11:12:12