Re: Solving x^2+n*y^2=a without factoring positive $n$?
Georgi Guninski <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <CAGUWgD93n=5m8TWEFpL9GMEgg4PYC3q5qybfHwBhUrLAk5vvOg@mail.gmail.com> |
> Sorry, I mean quadratic in log(n). (I am having some problems with gmail's filters). Are you sure you can bound the complexity only with n without a? Fix n and set X=2^2^2^n, Y=X+1, a=X^2+n Y^2 I think you can't express X with only log(n)^2 operations.