I am trying to calculate a (6,4,4)-Code C, where C is a binary(n,m,d)-code.
I understand the theory behind what C is, well I know how to write it at least. I know how to use the Hamming bound to check it is possible, however I don't get how I can write it in matrix form.
All examples I have found on here or elsewhere have had the first row in the question and have not given the minimum distance. I know we are after a 6x4 matrix.
Thanks!