This calculates the smallest solution (if possible) of a list of modulo equations,
which is what is used to calculate the
Chinese Remainder Theorem
.
Enter your list of modulo equations in the form
x = 2 mod 13
on each line.
Solution