gf(2) Find null basis vectors of M

M = 0
Augment M with identity (I) of same size
M = 0 1
M expressed in convenient bit depth
M = 00000000000000000000000000000001
Transform M into row reduced echelon form (rref)
M = 00000000000000000000000000000001
M in augmented form
M = 0 1
Highlight null basis vectors (where left side of row is zero)
M = 0 1
Null basis vectors

nv0 = b00000000000000000000000000000001
nv0 = 0x00000001
nv0 = 1


See also: