Is there exist a cyclic code over $F_{2^6}$ with parameters $[31,27,\geq5]$? I tried to construct such code but I didn't succeeded?
2026-04-02 23:38:25.1775173105
Is there a cyclic code with the following parameters?
110 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in FINITE-FIELDS
- Covering vector space over finite field by subspaces
- Reciprocal divisibility of equally valued polynomials over a field
- Solving overdetermined linear systems in GF(2)
- Proof of normal basis theorem for finite fields
- Field $\mathbb{Q}(\alpha)$ with $\alpha=\sqrt[3]7+2i$
- Subfield of a finite field with prime characteristic
- Rank of a Polynomial function over Finite Fields
- Finite fields of order 8 and isomorphism
- Finding bases to GF($2^m$) over GF($2$)
- How to arrange $p-1$ non-zero elements into $A$ groups of $B$ where $p$ is a prime number
Related Questions in CODING-THEORY
- Solving overdetermined linear systems in GF(2)
- Inverting a generator matrix - Coding Theory
- Probability of a block error of the (N, K) Hamming code used for a binary symmetric channel.
- How to decode a Hadamard message that was encoded using the inner product method?
- How to decode a Hadamard message that was encoded using a generator matrix?
- Find the two missing digits in 10-ISBN code
- Characterize ideals in $\mathbb{F}_l[x]/(x-1) \oplus \mathbb{F}_l[x]/(\frac{x^p-1}{x-1})$
- Number of codes with max codeword length over an alphabet
- Dimension of ASCII code
- Prove how many errors CRC code can detect
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
No. That's because there do not exist ANY cyclic codes over $K=\Bbb{F}_{64}$ with $(n,k)=(31,27)$.
Over the field $K$ the polynomial $p(x)=x^{31}-1$ factors as $$ p(x)=(x-1)\prod_{j=1}^6 q_j(x),\qquad(*) $$ where the factors $q_j(x), j=1,2,\ldots,6$, all have degree five. They are the six irreducible quintic factors of $x^{31}-1$ over the prime field $\Bbb{F}_2$. As $\gcd(5,6)=1$ an irreducible quintic remains irreducible over the degree six extension $K$.
A cyclic code of length $31$ has a generator polynomial $g(x)\in K[x]$ that is a factor of $p(x)$. If a rank $27$ cyclic code of length $31$ existed, we would need $$\deg g(x)=31-17=4.$$
But the factorization $(*)$ implies that $$ \deg g(x)\equiv \text{$0$ or $1$}\pmod 5, $$ so this is impossible.
However, it is easy to construct a $(31,27,5)$-code with alphabet $K$. That will be an MDS-code, so we can simply shorten a Reed-Solomon code. If $\alpha$ is a generator of the multiplicative group of $K$, we can, for example, use $g(x)=(x-\alpha)(x-\alpha^2)(x-\alpha^3)(x-\alpha^4)\in K[x]$. It would generate a cyclic code of length $63=|K|-1$. If we restrict the message polynomials $m(x)$ to degrees $\le 26$, we get the space $$ \mathcal{C}=\{g(x)m(x)\mid m(x)\in K_{\le 26}[x]\}, $$ and that will work. Alternatively (and more or less equivalently), we can select some subset $S\subset K$ of $31$ elements. If $m(x)\in K[x]$, let's denote by $m(S)$ the vector $(m(s))_{s\in S}\in K^{31}$ gotten by evaluating the polynomial $m$ at all the points of $S$. Then the space $$ \mathcal{C}=\{m(S)\mid m(x)\in K[x], \deg m(x)\le 26\} $$ is a $27$-dimensional subspace of $K^{31}$. Because a degree $26$ polynomial can have at most $26$ zeros in $K$ (hence in $S$), the minimum Hamming weight of $\Bbb{C}$ is five.