Question: Use Lenstras algorithm to find a proper factorisation of N = 978361, use the initial point P = (2, 5), A = 3. What is
Use Lenstras algorithm to find a proper factorisation of N = 978361, use the initial point P = (2, 5), A = 3. What is B?. To compute the factorial multiples of P, use for j in [1..55]: P=j*P print(P)
using python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
