揭示大自然的规律

 

-=Mathematics=-

     >>  <<
我的日历
分类日志
友情链接
最新评论
搜索日志
访问计数
获取 RSS
我的 Blog:
iamet 最新的 20 条日志
[∑〖数学〗]
[Ω〖物理〗]
[¤〖天文〗]
[℃〖化学〗]
全站 Blog:
全站最新的 20 条日志

 
不可约多项式[Irreducible Polynomial] [2005-12-10]
iamet 发表在 ∑〖数学〗
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
≡≡≡≡≡ 评论(共 条)我要评论