2005/12/10 | 不可约多项式[Irreducible Polynomial]
类别(∑〖数学〗) | 评论(1) | 阅读(406) | 发表于 22:56
A polynomial is said to be irreducible if it cannot be factored into nontrivial polynomials over the same field.

For example, in the field of rational polynomials Q[x] (i.e., polynomials f(x) with rational coefficients), f(x) is said to be irreducible if there do not exist two nonconstant polynomials g(x) and h(x) in x with rational coefficients such that

f(x)==g(x)h(x)

(Nagell 1951, p. 160). Similarly, in the finite field GF(2), x^2+x+1 is irreducible, but x^2+1 is not, since (x+1)(x+1)==x^2+2x+1=x^2+1 (mod 2). A polynomial can be tested to see if it is irreducible using the Mathematica function

  IrreducibleQ[p_,n_] := SameQ[Factor[p, Modulus->n], Expand[p]]

In general, the number of irreducible polynomials of degree n over the finite field GF(q) is given by

L_q(n)==1/nsum_(d|n)mu(n/d)q^d,

where mu(n) is the Möbius function.

The number of irreducible polynomials of degree n over GF(2) is equal to the number of n-bead fixed aperiodic necklaces of two colors and the number of binary Lyndon words of length n. The first few numbers of irreducible polynomial (mod 2) for n==1, 2, ... are 2, 1, 2, 3, 6, 9, 18, ... (Sloane's A001037). The following table lists the irreducible polynomials (mod 2) of degrees 1 through 5.

nirreducible polynomials
11+x, x
21+x+x^2
31+x+x^3, 1+x^2+x^3
41+x+x^4, 1+x+x^2+x^3+x^4, 1+x^3+x^4
51+x^2+x^5, 1+x+x^2+x^3+x^5, 1+x^3+x^5, 1+x+x^3+x^4+x^5, 1+x^2+x^3+x^4+x^5, 1+x+x^2+x^4+x^5
0

评论Comments

日志分类
首页[1408]
∑〖数学〗[349]
Ω〖物理〗[357]
¤〖天文〗[343]
℃〖化学〗[359]