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 -~----------~----~----~----~------~----~------~--~---
