PDA

View Full Version : Integers Modulo


Ed Quanta
Mar5-04, 10:57 PM
What does x=pmodn mean where x,p,are integers and n is a natural number?

cookiemonster
Mar5-04, 11:20 PM
x is a number that, when divided by n, will leave a remainder of p.

Mathworld has plenty of information.

http://mathworld.wolfram.com/Congruence.html

cookiemonster

HallsofIvy
Mar6-04, 05:50 PM
Cookiemonster's statement is true as long as you assume that p< n, which is the most common use. More generally, "x= p, mod n" (actually "x congruent to p mod n" with the congruence sign having 3 lines instead of only two like "="), means that x-p is exactly divisible by n.