Application

We use the map to convert an information vector from (Z/2Z)k into a code word in C. This is done as follows:

  • Let a = (a0, ... ,a k-1) be a vector in (Z/2Z)k.
  • Form the polynomal a = a0 + a1X + ··· + ak-1Xk-1.
  • Compute ag mod (Xn-1) = c0 + c1X + ··· + cn - 1Xn - 1.
  • This corresponds to the code word c = (c0, ... , cn - 1). Thus, the information vector a is transformed into the code word c.