I am interested in using LinearSolve[m,b] which will find a solution to the equation $m.x=b$, where I am in mod 2 arithmetic. Is there any way to perform this computation in Mathematica ?
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
||||
|
There is an option
then
You can work with
|
||||
|
|

LinearSolve[]takes aModulusoption, no? – J. M.♦ Oct 4 '12 at 22:14LinearSolve[]? – J. M.♦ Oct 4 '12 at 22:19