That would be very nice of you. Once Miller-Rabin is coded into the grid, if it happens before itโs solved, it will be the simplest way to understand number theory in existence.
I can help code this. This algorithm uses the Riemann hypothesis and it uses modular functions which ECC also makes heavy use of.
Also of note
Complex roots of unity in the Miller-Rabin algorithm have consequence for the factors of the number that is being primality tested. Possible to formulate in terms of the grid?
That does exist, itโs a big e and the first row is a factor or n from what I remember
But unless you find something special about calculating possible rows, (think I saw a variant of Pascalโs triangle related to it), it wonโt be the easiest way to decrease the search space
No
>3
1 John 4:10
Deterministic Miller-Rabin test that relies on two hypotheses
Riemann hypothesis and a hypothesis that it is sufficient to test prime witnesses only to determine primality accurately
pastebin.com/wszQwN01
Was only testing it on rsa primes and semiprimes when I uploaded this, apparently my natural logarithm function becomes too inaccurate when the numbers get vqc example sized
Iโll implement some precomputed witnesses tomorrow to change that
A temporary fix to make small examples accurate is change the variable m in ln from (3*(p/2)) to 8