| Bill Allombert on Sun, 09 Mar 2025 09:29:52 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: How to solve the type of this simple diophantine equation with large Integers |
On Sun, Mar 09, 2025 at 01:22:17AM +0100, Laël Cellier wrote: > Bonjour,simple question. I ve B and a semiprime A which are very large > unrelated fixed integers impossible to factor.How to find y and z such as > y²≡z²×B mod A? Which pari functions to use? Nfroots? Cordialement, You best bet is zncoppersmith, but this will only work if there is a solution (y,z) with relatively small y and z which will almost never be the case. You need fundamentaly new ideas. Cheers, Bill.