Compare calculators
Both calculators run independently — change the inputs on either side to compare results.
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.
Number Theory
Euler's Totient Function Calculator
Compute Euler's totient φ(n), the count of integers from 1 to n that share no common factor with n. Essential for RSA key generation, modular arithmetic, and exploring multiplicative number theory.
Fill in the required fields to see your result.
Key differences
| Linear Diophantine Equation Solver | Euler's Totient Function Calculator | |
|---|---|---|
| Category | Number Theory | Number Theory |
| Inputs required | 4 | 1 |
| Result | Solution Code | φ(n) Result |
| What it does | 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. | Compute Euler's totient φ(n), the count of integers from 1 to n that share no common factor with n. Essential for RSA key generation, modular arithmetic, and exploring multiplicative number theory. |