Modular operation on polynomial rings. I originally started modular arithmetic by the following: 1mod2, 1/2 is 0.5, 0 times 2 is 0, 1-0=1
Zackary Diaz
Answered question
2022-11-23
Modular operation on polynomial rings I originally started modular arithmetic by the following: 1mod2 1/2 is 0.5 0 times 2 is 0
1 equals 1mod2. Is it the same way to compute a quotient of a polynomial ring such as
Answer & Explanation
Phiplyrhypelw0
Beginner2022-11-24Added 24 answers
Step 1 You can think of two numbers being congruent modulo n as follows: is a multiple of n In your example we get: which is indeed divisible by 2, in fact it's divisible by any number n. For another example, suppose we wish to calculate 40 (mod 17), we could proceed as you did: is 2.35294... 2 times 17 is 34 . so (mod 17). This is correct but somehow it feels, for lack of a better word, clunky. Instead, we can approach this from a slightly different point of view. We observe that , which is a multiple of 17 (mod 17). We have in essence done the same thing both times, but in the latter calculation it is clearer how we "extract" the multiples of 17 from 40. Step 2 This latter way of thinking carries over nicely to other quotient rings, such as the polynomial ring you are interested in. That is for some . ie. is a multiple of h(x). We now want to calculate
As we did in our above example, we wish to "extract" any multiples of from We notice that is a multiple of
Step 2 One final thing to note is that there are other equivalent ways to state this, for example, we could have instead said that