模n乘法群(n剩余乘群): Using the definition of multiplication modulo n,we define the multiplicative group modulo n as (Z).The elements of this group are the set Z of elements in Z that are relatively prime to n,so that each one has a unique inverse,modulo n: Z*={[a]n∈Zn:gcd(a,n)=l}· 问题6:任给元素a,其逆元素是什么? Extented-Euclid(a,n)的返回值中的第二个元素x (1,X,y)模n乘法群(n剩余乘群): 问题6:任给元素a,其逆元素是什么? Extented-Euclid(a,n)的返回值中的第二个元素x (1,x,y)