PrimitiveRootList
PrimitiveRootList(n)
returns the list of the primitive roots of
n
.
See
Examples
>> PrimitiveRootList(37){2,5,13,15,17,18,19,20,22,24,32,35}
>> PrimitiveRootList(127){3,6,7,12,14,23,29,39,43,45,46,48,53,55,56,57,58,65,67,78,83,85,86,91,92,93,96,97,101,106,109,110,112,114,116,118}
Implementation status
- 🧪 - experimental