Hallo

I am new to sympy and are interested in symbolic computation in a Finite 
Field. I want to do something like:

x = Symbol('x', domain = FF(2^8))
f = Function
x + f((x+1)^2)
x^(2^8-1) == True
f(x) + f(x) == True

I known that domain in Symbol, does sympy have an alternative for the above 
computations?

Kind Regards

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to