I am trying too make a self-dual code from this parity-check matrix:
_ _
| 1 1 1 1 1 1 1 1 |
| 1 1 1 1 0 0 0 0 |
H= | 1 1 0 0 1 1 0 0 |
|1 0 1 0 1 0 1 0|
Thanks for any help!
I am trying too make a self-dual code from this parity-check matrix:
_ _
| 1 1 1 1 1 1 1 1 |
| 1 1 1 1 0 0 0 0 |
H= | 1 1 0 0 1 1 0 0 |
|1 0 1 0 1 0 1 0|
Thanks for any help!
Copyright © 2021 JogjaFile Inc.
The code $C$ with parity-check matrix $H$ is indeed a self-dual code. You can prove it by showing that $C$ has $H$ as a generator matrix.
More detailed hint: (hover to view)