How to Use
Enter n:
- n: Positive integer
- φ(n): Totient value
- Factors: Prime factorization
Properties
- Multiplicative: φ(mn)=φ(m)φ(n) when coprime
- Σ_{d|n} φ(d) = n
- φ(p) = p−1 (prime)
- φ(2ⁿ) = 2ⁿ⁻¹
Applications
- RSA key generation
- Primitive roots
- Multiplicative group structure
- Counting in cyclic groups
Step-by-Step Instructions
- 1Enter n.
- 2Get φ(n).
- 3View prime factors.
- 4See coprime list.
- 5Verify Euler's theorem.