[sage-support] List the codewords of minimum weight

2015-09-10 Thread Nathann Cohen
Hell everybody, I am trying to build an interesting 2-design from the following code: sage: c=codes.ExtendedQuadraticResidueCode(47,GF(2)) sage: c Linear code of length 48, dimension 24 over Finite Field of size 2 This is to be done by listing all codewords of minimum weight

Re: [sage-support] List the codewords of minimum weight

2015-09-10 Thread David Joyner
Hi Nathann: GAP's guava has http://www.gap-system.org/Manuals/pkg/guava3.11/doc/chap4.html#X84EDF67B86B4154C it is an interface to a program written in C for codes over GF(2) or GF(3). It was written by CJ Tjhal, who I think is no longer in academia. A related GAP library function is