OFFSET
1,4
COMMENTS
Codes are vector spaces with a metric defined on them. Specifically, the metric is the hamming distance between two vectors. Vectors of a code are called codewords.
A code is usually represented by a generating matrix. The row space of the generating matrix is the code itself.
Self-dual codes are codes such all codewords are pairwise orthogonal to each other.
Two codes are called permutation equivalent if one code can be obtained by permuting the coordinates (columns) of the other code.
The automorphism group of a code is the set of permutations of the coordinates (columns) that result in the same identical code.
LINKS
W. Cary Huffman and Vera Pless, Fundamentals of Error Correcting Codes, 2003, pp. 7, 252-330, 338-393.
EXAMPLE
There are a(16) = 388 distinct sizes for the automorphism groups of the binary self-dual codes of length 16. In general, two automorphism groups with the same size are not necessarily isomorphic.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Nathan J. Russell, Dec 02 2018
STATUS
approved