Feb 28
Go over homework. Questions about any of that stuff?
OK, so it turns out there are many versions of linear codes :
There is *lots* of crazy math theory in these things.
Talk about polynomial division, mod 2.
And see if we can illustrate the connection between
(x**n - 1), generating polynomials, and cyclic codes.
Example:
000 110 011 101
generated by (1 + x) = (1,1,0)
identity element (x + x**2) = (0, 1, 1)
all evenly divide x**3 - 1
Assignment 1 should you decide to accept it:
pick one of the above, and investigate.
Remember the point of all these methods:
find a tricky set of (linear) codewords
that are each a given (hamming) distance apart.