Hi,
  I have multi variable polynomial over integers say f(x,y,z).
I want to define it over GF(5) efficiently.

For that I am doing this:


R=PolynomialRing(GF(5), 3, 'X')
Z = list(R.gens())

But g=R(f(Z)) is not working.

-- 
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 https://groups.google.com/group/sage-support.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAC3pSB%2B6cxwuOtKJ1EMVBZUnyrFW%3Dj2%3Dv58ZNQu9fjxfsMAEqA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to