Modulo division with negative power ?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.