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 t
sage: R. = 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
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 n
This list is not for support questions but for people (usually
teachers or IT people) who want to develope Sage as a better
educational tool. mSo this is the wrong place to ask this question.
Also, this sounds like an exercise in an Algebra 1 class:-)
It is somewhat of an abuse of netiquette to a