> On Sat, Dec 08, 2012 at 11:44:19AM +0530, Santanu Sarkar wrote: > > Dear all, > > I have a system of non linear equations over GF(2). How to solve > > them in Sage?
How large is your system ? (how many variables ?). What is the largest degree in an equation ? Depending on the answer to these questions, your system may be solved by exhaustive search, using a library I wrote (and that can be called from sage after a little bit of black magic). Charles -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support?hl=en.
