matlab - Solve non-linear system in IntegerMod(2) -
i want solve non-linear system in domain integermod(2) matlab (mupad). tried simple example:
solve({ poly(a*b, [a, b], dom::integermod(2)) })
error: can solve linear systems on field. [solvelib::domsolve]
any idea how solve this?
one possible solution a=0, b=0
, right?
Comments
Post a Comment