thanks for your help my question is for all plonmoial <= a ax+b ax^2+bx+c .................. ....................... ............................ ? i will write my question again in diffrent way I need to consturct all polynomial with degree <=5 with coefficient in z/7z and these polynomial have no zeros in z/7z. thank you again for your reply
On Dec 7, 11:48 pm, "David Joyner" <[EMAIL PROTECTED]> wrote: > sage: R.<x> = PolynomialRing(IntegerModRing(5),"x") > sage: f = 1-x+6*x^5; f > x^5 + 4*x + 1 > Type "PolynomialRing?" for more examples. > > (This is more of a question for sage-support than sage-edu.) > > On Sun, Dec 7, 2008 at 4:08 PM, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > > hallo > > can someone tell me how to construct > > polynomial with degree <=5 with cofficent in Z/7Z > > ns > > I tried to use this commands : > > IntegerModRing > > PolynomialRing > > but i failed to construct it ?? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~----------~----~----~----~------~----~------~--~---
