How do I convert a generator matrix G to standard form?

3.6k Views Asked by At

I'm trying to convert a generator matrix for a (10,4) code to standard form. (mod 2). I've looked for a while how to do this but I can't seem to find it.

Matrix is

$$ \begin{pmatrix} 1 & 0 & 0 & 1 & 1 & 1 & 0 & 1 & 1 & 1\\ 1 & 1 & 1 & 0 & 0 & 0 & 1 & 1 & 1 & 0\\ 0 & 1 & 1 & 0 & 1 & 1 & 0 & 1 & 0 & 1\\ 1 & 1 & 0 & 1 & 1 & 1 & 1 & 0 & 0 & 1\\ \end{pmatrix} $$

1

There are 1 best solutions below

0
On

I used Magma software to obtain the generator matrix in the standard form as follows.