commit state before changing what noether considers primitive roots

This commit is contained in:
Emile Clark-Boman 2025-06-12 14:42:03 +10:00
parent a168a728ce
commit 33bcffdc69
11 changed files with 441 additions and 36 deletions

8
py/NOTES Normal file
View file

@ -0,0 +1,8 @@
TODO:
NOTE: currently my "primitive roots" are actually just the numbers that generate every integer below the modulus, that is `a` such that `orbit(a) = Z_n`
1. How I'm calculating something as a primtive root, and its order is not correct.
For instance, consider a modulus n=4, a=3 is a primitive root, and a=2 SHOULD have order 0 (it is aperiodic)
This site is useful as a reference:
https://owlsmath.neocities.org/Primitive%20Root%20Calculator/calculator