Say I want to calculate say 12 (mod 13).
Can I do the following:
swap 12 and 13 and say that since 13 (mod 12) = 1, I can therefore conclude that 12 (mod 13)= -1?
If not, could someone please explain the correct procedure were I can get negative remainders?
Thanks very much.