You can try

sage: x= polygen(GF(2), "a")

and try a few expressions involving x. For example

sage: 2*x
0

since 2=0 in GF(2).

Pierre

On Tuesday, March 11, 2014 3:25:04 PM UTC+1, Prakash Dey wrote:
>
> I am new to sage. 
>
> x=var('a')
> print x*x*x*x+x*x*x+x*x+x
>
> How to do this symbolic algebra in GF(2)={0,1} ?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to