I take it you mean polynomial equations:

sage: AA.<x,y> = AffineSpace(GF(2),2)
sage: S = AA.subscheme(x^2+y^2)
sage: S.point_set().points()
[(0, 0), (1, 1)]


On Saturday, December 8, 2012 6:14:19 AM UTC, Santanu wrote:
>
>   I have a system of non linear equations over GF(2). How to solve
> them in Sage? 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To post to this group, send email to sage-support@googlegroups.com.
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to