Line 9: | Line 9: | ||
To verify my solution to f/g, where f, g are the given polynomials, I just checked that f = qg + r, where q is my quotient, and r is my remainder. This is how you can be sure. | To verify my solution to f/g, where f, g are the given polynomials, I just checked that f = qg + r, where q is my quotient, and r is my remainder. This is how you can be sure. | ||
+ | |||
+ | I got the same as Ozgur, and I verified it by multiplying and adding the remainder. --[[User:Dakinsey|Dakinsey]] 11:27, 5 November 2008 (UTC) |
Revision as of 06:27, 5 November 2008
Use long division like in Example 1 except the coefficients belong to $ Z_7 $. My final answer was $ q=4x^2+3x+6 $ and $ r=6x $. Can anyone confirm?
I have the same thing for the quotient, but I have 6x+2 for the remainder.
-Ozgur
To verify my solution to f/g, where f, g are the given polynomials, I just checked that f = qg + r, where q is my quotient, and r is my remainder. This is how you can be sure.
I got the same as Ozgur, and I verified it by multiplying and adding the remainder. --Dakinsey 11:27, 5 November 2008 (UTC)