| Author |
Comment/Response |
Richen
|
10/09/09 04:26am
Hi, dear
how can i use LinearSove or some other build in functions to find all possible solutions to a linear equantion system in GF(2).
for example given the following equation system:
x1+x2+x4==0, x3==0. solutions to this system in GF(2) are {{0,0,0,0},{0,1,0,1},{1,0,0,1},{1,1,0,0}}
this is done by hind, is there any buld in function do this job, or could you help me write a subroutine for this problem in Mathematica?
thank you inadvance.
URL: , |
|