Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在模 7 乘法下找到循环群 [1, 2, 3, 4, 5, 6] 中的所有生成器。我得到了 <1> 和 <5> 作为生成器。答案是<3>和<5>。有人可以告诉为什么 3 是发电机吗?
您通过计算每个元素的幂来计算 [1, 2, 3, 4, 5, 6] 的循环子群:
从中可以看出 3 和 5 是循环的。