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

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -