Skip to content
Calculator Collection

Compare calculators

Both calculators run independently — change the inputs on either side to compare results.

Number Theory

Chinese Remainder Theorem Solver

Solve systems of simultaneous modular congruences using the Chinese Remainder Theorem (CRT). Essential for cryptography, competitive programming, and advanced number-theory coursework.

Fill in the required fields to see your result.
Number Theory

Linear Diophantine Equation Solver

Finds all integer solutions to a linear Diophantine equation of the form ax + by = c. Use it when you need exact integer answers in problems involving divisibility, coin combinations, or scheduling.

Fill in the required fields to see your result.

Key differences

Chinese Remainder Theorem SolverLinear Diophantine Equation Solver
CategoryNumber TheoryNumber Theory
Inputs required64
ResultSolution (x)Solution Code
What it doesSolve systems of simultaneous modular congruences using the Chinese Remainder Theorem (CRT). Essential for cryptography, competitive programming, and advanced number-theory coursework.Finds all integer solutions to a linear Diophantine equation of the form ax + by = c. Use it when you need exact integer answers in problems involving divisibility, coin combinations, or scheduling.