[Next] [Prev] [Right] [Left] [Up] [Index] [Root]
Construction of Subcodes of Linear Codes

Construction of Subcodes of Linear Codes

Subsections

The Subcode Constructor

sub<C | L> : Code, List -> Code
Given an [n, k] linear code C, construct the subcode of C, generated by the elements specified by the list L, where L is a list of one or more items of the following types:

Sum, Intersection and Dual

For the following operators, C and D are codes defined as subsets (or subspaces) of the same K-space V.

C + D : Code, Code -> Code
The (vector space) sum of the linear codes C and D, where C and D are contained in the same K-space V.
C meet D : Code, Code -> Code
The intersection of the linear codes C and D, where C and D are contained in the same K-space V.
Dual(C) : Code -> Code
The dual D of the linear code C. The dual consists of all codewords in the K-space V which are orthogonal to all codewords of C.
[Next] [Prev] [Right] [Left] [Up] [Index] [Root]