Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 7 years ago

omgggggg gravatar image

solving matrix over GF(2)

A = matrix(GF(2), 8, 8, [])
b = vector(GF(2), [0, 1, 1, 0, 1, 0, 1, 1])
y = vector(GF(2), [0, 0, 0, 0, 1, 0, 1, 1])
x = vector(GF(2), [1, 0, 0, 0, 0, 0, 0, 0])

If the matrix A is unkown, we have Ax+b=y.

How can we solve the matrix A?