|
[Date Index]
[Thread Index]
[Author Index]
Re: Integral points on elliptic curves
Also is possible to use LatticeReduce see
http://arxiv.org/pdf/math/0005139v1
Artur
W dniu 2011-10-25 12:16, Andrzej Kozlowski pisze:
> But Mathematica can easily find some solutions to this equation (and very fast):
>
> Solve[y^3 - x^2 == 1641843&& 0< y< 10^3, {x, y}, Integers]
>
> {{x -> -11754, y -> 519}, {x -> -468, y -> 123},
> {x -> 468, y -> 123}, {x -> 11754, y -> 519}}
>
>
> The problem is to find all solutions and prove that there are no more. I don't know how to do that. It is easy, however, to prove (using the Nagell-Lutz Theorem) that the curve has no points of finite order.
>
> Andrzej Kozlowski
>
>
> On 23 Oct 2011, at 12:24, Artur wrote:
>
>> Dear Mathematica Gurus,
>> Who know that existed any Mathematica procedure (library) to finding
>> integral points on elliptic curves?
>> Or how to find example to e.g.
>>
>> FindInstance[y^3 - x^2 == 1641843, {x, y}, Integers]
>>
>> if FindInstance doesn't work what inspite???
>>
>> Unfortunatelly Wolfram Research is developing some branches of
>> Mathematics in new versions of Mathematica and complete leave anothers
>> (good samples are elliptic curves, Chabauty method, determining Galois
>> groups of polynomials etc.).
>>
>> Best wishes
>> Artur Jasinski
>>
>
>
Prev by Date:
Mathematica 8.0.4 now available
Next by Date:
Re: Geometric series for matrices
Previous by thread:
Re: Integral points on elliptic curves
Next by thread:
Re: Integral points on elliptic curves
|