Euler's theorem get the inverse of 2 in Z26...~ i tried to solve it but the result is not correct: a=2, φ (26) = 12, m=26 gcd(2,26)=21 multiplicative inverse of 2 = 1/2 2 * 1/2 = 1
gcd(2,26)=2
a^-1= a^11mod26=2^11mod26= 2046 mod 26= 20
a=2 a^-1=20 aa^-1= 220=40
when doing the verification, 40 mod 26 = 14 not 1...
or for this group the Euler theorem is not applicable ?