Analyze totatives, inverses, and phi values quickly. Build transformed systems from valid multipliers with confidence. Clean tables, guided steps, and printable reports support checking.
| Modulus | Reduced Residue System | Euler phi | Inverse Pairs |
|---|---|---|---|
| 12 | 1, 5, 7, 11 | 4 | 1↔1, 5↔5, 7↔7, 11↔11 |
| 10 | 1, 3, 7, 9 | 4 | 1↔1, 3↔7, 7↔3, 9↔9 |
| 15 | 1, 2, 4, 7, 8, 11, 13, 14 | 8 | 1↔1, 2↔8, 4↔4, 7↔13 |
A reduced residue system modulo n contains integers r where gcd(r, n) = 1 and no two values are congruent modulo n. The least positive form uses values from 1 to n−1.
Euler phi gives the number of reduced residues. When n = p₁^a × p₂^b × ... , the count is φ(n) = n(1−1/p₁)(1−1/p₂)... .
A modular inverse exists only when gcd(a, n) = 1. The inverse a−1 satisfies a × a−1 ≡ 1 (mod n).
If gcd(k, n) = 1, then multiplying each residue by k and reducing modulo n produces another reduced residue system.
This page calculates reduced residue systems, modular inverses, Euler phi values, transformed systems, and modular powers in one place. It is useful for modular arithmetic practice, cryptography study, and quick validation of residue patterns.
The graph compares each shown residue with its inverse. When a valid multiplier is supplied, the table also shows how that multiplier permutes the system.
It is a set of integers modulo n that are all coprime to n and represent distinct residue classes. The least positive version usually lists values from 1 to n−1.
Euler phi counts how many integers less than n are coprime to n. That count equals the number of elements in the reduced residue system modulo n.
It shows the modular inverse of each residue. If r × s leaves remainder 1 after division by n, then s is the inverse of r modulo n.
A value needs gcd(value, n) = 1 to be invertible modulo n. If the value shares a factor with n, no modular inverse exists.
When the multiplier is coprime to n, it permutes the reduced residue system. This helps verify structure, test mappings, and explore equivalent systems quickly.
Symmetric mode shows residues using negative representatives when they are closer around zero. It changes display only, not the underlying modular relationships.
It lets you test powers like a^e mod n without separate tools. That is useful for Euler theorem checks, inverse validation, and repeated multiplication patterns.
Yes. The CSV option saves the current result table for spreadsheets. The PDF option saves a compact report with summary values and the calculated table.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.