Re: x^2 - Ay^2 =1



On 17 May, 18:41, "Philippe 92" <nos...@xxxxxxxxxxxx> wrote:
sttscitr...@xxxxxxxxx wrote :

On 17 May, 11:46, Vincenzo Librandi >

Yes, but you are not solving for A in
x^2-Ay^2 =1

The difficult question is if A = 23332322391

The fundamental solution of this one has 4648 digits.
(found in 1s by Dario Alpern's solver)

or 109

The one given by Fermat to Frenicle in 1657, hence this one can be
solved by hand calculation...

Yes, but it is the fact that there exists an algorithm
that solves x^2-Ay^2 =1 that is important.

I suppose you could use the "Vincenzo method"
on a polynomial identity version of Pell's Equation

The f,g,h etc are polynimials with integer coefficients

f^2-gh^2 =1
(f+1)(f-1) = gh^2
As GCD(f+1,f-1) =2, f+1 and f-1 can't share any
polynomial factors that aren't units.

f-1 = pq^2
f+1 = pq^2 +2 = rs^2 ?

So
[pq^2+1]^2 - ((pq)^2 +2p)q^2 =1

So this is a solution for A= (pq)^2 +2p

Is there a solution in non-trivial polynomials with
integer coefficients for rs^2-pq^2 = 2 ?
Then

[pq^2+1]^2 - (pr)(qs)^2 =1


.



Relevant Pages

  • Re: x^2 - Ay^2 =1
    ... (found in 1s by Dario Alpern's solver) ... The one given by Fermat to Frenicle in 1657, ... Philippe C., mail: chephip+news@xxxxxxx ...
    (sci.math)
  • Re: A Two-Level SOLVER ??
    ... Polynomials are the most easy to use and the most difficult to predict! ... examining/studying/observing the behaviour of derivatives of complex ... I'll seriously consider any non-Frontline VBA Solver algorithm. ... ..constraint: ...
    (microsoft.public.excel.programming)
  • Re: Quartic Equation Solver
    ... I am looking for an excellent-quality solver for the roots of a four- ... doesn't matter (I doubt a user would note it takes 4 milliseconds to ... The code can be specific to the cubic or quartic equations; ... the cubic and quartic polynomials respectively. ...
    (sci.math.num-analysis)
  • Re: Integer Factorization with SAT
    ... whether you're investigating a true statement or the "world" ... I use siege_v4 - the fastest solver i know..... ... Now the question is "is there a sequence for the multiplications ... i.e. the product of two polynomials is itself a polynomial. ...
    (comp.theory)
  • Re: Integer Factorization with SAT
    ... I use siege_v4 - the fastest solver i know..... ... Now the question is "is there a sequence for the multiplications ... though...maybe this exponential time situation could ... i.e. the product of two polynomials is itself a polynomial. ...
    (comp.theory)

Loading