#what is this notation saying, congruent mod n?
4 messages · Page 1 of 1 (latest)
mod n just means the remainder when divided by n
so a = b mod n means that, a and b both leave the same remainder when divided by n
4 messages · Page 1 of 1 (latest)
I don't understand the notation here exactly of putting (mod n) in parenthesis after saying a = b, what is it saying really?
Thank you
mod n just means the remainder when divided by n
so a = b mod n means that, a and b both leave the same remainder when divided by n