Modulo division with negative power ?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
smslca
Messages
63
Reaction score
0
if f(x)modg(x) is valid(means , if it yield a remainder) then , can there be negative powers of x in f(x)?

for example
is (x-29)mod(x2 - 3) possible ?
can we do modulo division like this or is it strictly defined only for positive powers of x?
 
Physics news on Phys.org
smslca said:
if f(x)modg(x) is valid(means , if it yield a remainder) then , can there be negative powers of x in f(x)?

for example
is (x-29)mod(x2 - 3) possible ?
can we do modulo division like this or is it strictly defined only for positive powers of x?
Negative powers involves fractions but the mod function doesn't have use of fractional parts as far as I know. Some one with a greater understanding may give you a better answer.