Mar 30
I've posted the jupyter notebook that we
did in class here.
From last time - I was confused about the "linearly independent" part - that's not needed. I've fixed those notes.
So there some k=4, n=7 codes, for example this should work.
1 0 0 0
E = 0 1 0 0
0 0 1 0
0 0 0 1
1 1 0 1
1 0 1 1
0 1 1 1
TO DO: test this.
Understand that the scheme we've seen so far
is only one of many; see for example
We will look at some of these in the upcoming chapters.
I have a jupyter notebook that will let us code this
stuff and see it work :
In class we'll look at what's here.
To Do :
Finish what we were trying to do Tuesday. Explicitly put in
some errors and check to see what happens.
The assignment for Tuesday is posted - all practical "do this" stuff, like the jupyter notebook.