Factorization Task: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
m (Text replacement - "<P> [[" to "<P> [[")
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A [[Factorization Task]] is a [[transformation task]] that decomposes an [[numerical object]] into a [[product]] of other [[numerical object]]s.
A [[Factorization Task]] is a [[transformation task]] that decomposes an [[numerical object]] into a [[product]] of other [[numerical object]]s.
* <B><U>AKA</U>:</B> [[Factorization]], [[Decomposition]].
* <B>AKA:</B> [[Factorization Task|Factorization]], [[Decomposition]].
** …
* <B>Example(s):</B>
* <B>Example(s):</B>
** [[Integer Factorization]].
** [[Integer Factorization]].
* <B><U>See</U>:</B> [[Matrix Decomposition Task]].
* <B>See:</B> [[Matrix Decomposition Task]].
 
----
----
----
----
==References ==


===2012===
== References ==
* (Wikipedia, 2012) &rArr; http://en.wikipedia.org/wiki/Factorization
 
** QUOTE: In [[mathematics]], '''factorization''' (''also'' '''factorisation''' ''in [[American and British English spelling differences#-ise, -ize (-isation, -ization)|British English]]'') or '''factoring''' is the decomposition of an object (for example, a [[number]], a [[polynomial]], or a [[matrix (mathematics)|matrix]]) into a [[product (mathematics)|product]] of other objects, or ''factors'', which when [[multiplication|multiplied]] together give the original.  For example, the number 15 factors into [[prime number|primes]] as 3 &times; 5, and the polynomial ''x''<sup>2</sup> &minus; 4 factors as (''x'' &minus; 2)(''x'' + 2). In all cases, a product of simpler objects is obtained.   <P>     The aim of factoring is usually to reduce something to “basic building blocks”, such as numbers to prime numbers, or polynomials to [[irreducible polynomial]]s. Factoring integers is covered by the [[fundamental theorem of arithmetic]] and [[polynomial factorization|factoring polynomials]] by the [[fundamental theorem of algebra]]. [[Viète's formulas]] relate the coefficients of a polynomial to its roots.   <P>     The opposite of polynomial factorization is [[polynomial expansion|expansion]], the multiplying together of polynomial [[divisor|factors]] to an “expanded” polynomial, written as just a sum of terms.   <P>     [[Integer factorization]] for large integers appears to be a difficult problem.  There is no known method to carry it out quickly.  Its complexity is the basis of the assumed security of some [[public key cryptography]] algorithms, such as [[RSA (algorithm)|RSA]].   <P>     A [[matrix (math)|matrix]] can also be factorized into a product of matrices of special types, for an application in which that form is convenient. One major example of this uses an [[orthogonal matrix|orthogonal]] or [[unitary matrix]], and a [[triangular matrix]]. There are different types: [[QR decomposition]], ''LQ'', ''QL'', ''RQ'', ''RZ''.   <P>   Another example is the factorization of a [[function (mathematics)|function]] as the [[function composition|composition]] of other functions having certain properties; for example, every function can be viewed as the composition of a [[surjective function]] with an [[injective function]]. This situation is generalized by [[factorization system]]s.
=== 2012 ===
* (Wikipedia, 2012) http://en.wikipedia.org/wiki/Factorization
** QUOTE: In [[mathematics]], '''factorization</B> (''also'' '''factorisation</B> ''in [[American and British English spelling differences#-ise, -ize (-isation, -ization)|British English]]'') or '''factoring</B> is the decomposition of an object (for example, a [[number]], a [[polynomial]], or a [[matrix (mathematics)|matrix]]) into a [[product (mathematics)|product]] of other objects, or ''factors'', which when [[multiplication|multiplied]] together give the original.  For example, the number 15 factors into [[prime number|primes]] as 3 &times; 5, and the polynomial ''x</i><sup>2</sup> &minus; 4 factors as (''x'' &minus; 2)(''x'' + 2). In all cases, a product of simpler objects is obtained.       <P>             The aim of factoring is usually to reduce something to “basic building blocks”, such as numbers to prime numbers, or polynomials to [[irreducible polynomial]]s. Factoring integers is covered by the [[fundamental theorem of arithmetic]] and [[polynomial factorization|factoring polynomials]] by the [[fundamental theorem of algebra]]. [[Viète's formulas]] relate the coefficients of a polynomial to its roots.       <P>             The opposite of polynomial factorization is [[polynomial expansion|expansion]], the multiplying together of polynomial [[divisor|factors]] to an “expanded” polynomial, written as just a sum of terms.       <P> [[Integer factorization]] for large integers appears to be a difficult problem.  There is no known method to carry it out quickly.  Its complexity is the basis of the assumed security of some [[public key cryptography]] algorithms, such as [[RSA (algorithm)|RSA]].       <P>             A [[matrix (math)|matrix]] can also be factorized into a product of matrices of special types, for an application in which that form is convenient. One major example of this uses an [[orthogonal matrix|orthogonal]] or [[unitary matrix]], and a [[triangular matrix]]. There are different types: [[QR decomposition]], ''LQ'', ''QL'', ''RQ'', ''RZ''.       <P>           Another example is the factorization of a [[function (mathematics)|function]] as the [[function composition|composition]] of other functions having certain properties; for example, every function can be viewed as the composition of a [[surjective function]] with an [[injective function]]. This situation is generalized by [[factorization system]]s.


----
----

Latest revision as of 18:14, 2 June 2024

A Factorization Task is a transformation task that decomposes an numerical object into a product of other numerical objects.



References

2012