No.13258921 ViewReplyOriginalReport
I have a problem...

I have a set of linear equations over mod 2. I have many more variables than equations, but I know how many of the variables are =1 mod 2 and =0 mod 2. Can someone tell me how to solve this?

I assume as with all problems like this the first step is likely to row reduce the matrix. But how to incorporate the knowledge of how many variables are 1/0 mod 2? The number of variables and equations is quite large so even trial and error is infeasible. This isn't a question for school so I don't even have a textbook I can use to study a problem like this. If anyone has even a textbook suggestion, I will read it front to back to understand how to solve the problem.