First time here? Check out the FAQ!
asked 7 years ago
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?