vault backup: 2026-03-09 23:26:02

This commit is contained in:
Jan Meyer
2026-03-09 23:26:02 +01:00
parent 454e218d59
commit f91d4d554f

View File

@@ -48,3 +48,8 @@ Only valid for GCD = 1
3. **Simplify to** $x * A + y * B$ 3. **Simplify to** $x * A + y * B$
4. Coefficient of $A$ is the modular inverse 4. Coefficient of $A$ is the modular inverse
## Totient function
Denoted by $phi(n) = n (1 - 1/p_1)(1 - 1/p_2)...(1-1/p_k)$ where $p_i$ is a prime factor of $n$.