Question: Please write a python program that inputs an odd prime p, and outputs a list v = (v[0],...,v[n-1]) of length n = (p-1)/2 whose entries
Please write a python program that inputs an odd prime p, and outputs a list v = (v[0],...,v[n-1]) of length n = (p-1)/2 whose entries are all quadratic residues a modulo p with 1<=a
An example would be p=7 v = (1,2,4)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
