Anonymous ID: 1a8a58 July 24, 2019, 8:21 a.m. No.9858   🗄️.is 🔗kun   >>9860

>>9857

 

I'll look into it. I did see that the Miller-Rabin had the divide by 2 until odd and I was reminded of our recursive tree.

 

But I can't seem to see how it would be connected with the "virtual columns" (if it is).

Anonymous ID: 1a8a58 July 24, 2019, 9:19 a.m. No.9862   🗄️.is 🔗kun   >>9863

>>9861

While I appreciate that, I guess my problem is I can't find any good questions right now. Odd how that works, huh.

 

Essentially, it's a square root factorizing algorithm. But we're missing something, the nontrivial transform.

Anonymous ID: 1a8a58 July 24, 2019, 9:25 a.m. No.9863   🗄️.is 🔗kun

>>9862

The first derivative of the grid is defined by >>9718?

 

So the second derivative would be a repeat of the above, but with the new values. Then rinse and repeat for more derivatives (if needed).

Name ID: 1a8a58 July 24, 2019, 9:37 a.m. No.9864   🗄️.is 🔗kun   >>9865

>>9861

Another thing I noticed in the Miller-Rabin test is the list of primes needed to check against for a set of number.

 

Which makes me think of q. Which also makes me think vqc =vector q, c? That we make a list of primes from column 1 (q) which we then use in a modification of the Miller-Rabin test against c to determine if it is a prime or not (and to get a factor).

 

Since the Miller-Rabin constructs a tree (although not directly, but abstractly) we'll do the same, but the end result will be similar. In the end we won't need to construct the tree, but for now it is a helpful method of learning. How far off am I? I can easily be way, way off.