Re: [sage-support] Polynomial over prime field

2019-06-17 Thread John Cremona
On Mon, 17 Jun 2019 at 13:02, chandra chowdhury wrote: > 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. >

[sage-support] Polynomial over prime field

2019-06-17 Thread chandra chowdhury
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 Group