Question
We wish to use the AKS algorithm to test whether 211 is a prime number. PLEASE see the wikipedia reference for a concise explanation of
We wish to use the AKS algorithm to test whether 211 is a prime number. PLEASE see the wikipedia reference for a concise explanation of AKS primality test.
a) Use a computer to compute if (x + a)211 = x211+ a (mod 211) for a suitable choice of a. Be sure to explain why your choice of a is allowed. Does this allow us to conclude that 211 is prime?
b) Compute the value r as detailed in the AKS algorithm. I.e., this is the exponent such that we will compute (x + a)211 (mod xr - 1).
Note: Please only answer this question if you actually understand the AKS primality test
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started