在Z 26上有多少个2*2方阵有模26乘法逆元?(矩阵元素取值范围0到25整数,0、25可取) How many 2 * 2 squares have modulo 26 multiplicative inverses? The matrix elements range from 0 to 25 integers inclusive.
or: a,b,c,d(whole number) range from 0 to 25,x=ab-cd.How many combinations of a,b,c,d make x and 26 mutally prime?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Using a digital computer, try to invert all 2 6 4 = 4 5 6 9 7 6 matrices to see which matrices were successfully inverted.
使用數字計算機,嘗試反轉所有 2 6 4 = 4 5 6 9 7 6 矩陣,以查看哪些矩陣成功反轉。
The inverse of ( a c b d ) is a d − b c ( d − c − b a ) .
Only the integers 1, 3, 5, 7, 9, 11, 15, 17, 19, 21, 23 and 25 have multiplicative inverses in Z 2 6 . Therefore the only matrices that can be inverted are those that are non-singular in the normal matrix sense and for which the fraction a d − b c 1 can be inverted to a multiplication by having a denominator that is one of those previously mentioned integers with multiplicative inverse in Z 2 6 .
In Z 2 6 , the multiplicative inverses are, respectively: 1 → 1 , 3 → 9 , 5 → 2 1 , 7 → 1 5 , 9 → 3 , 1 1 → 1 9 , 1 5 → 7 , 1 7 → 2 3 , 1 9 → 1 1 , 2 1 → 5 , 2 3 → 1 7 , and 2 5 → 2 5 .