vimwiki/math/primative_root.wiki

17 lines
213 B
Plaintext
Raw Normal View History

2022-01-31 19:45:01 +00:00
= Primative root =
A primative root is some value such that
```
alpha^1 mod q = x,,1,,
alpha^2 mod q = x,,2,,
alpha^3 mod q = x,,3,,
...
alpha^q-1 mod 1 = x,,(q-1),,
```
Where x,,n,, is
```
1, 2, 3, 4, etc
```