John Cremona on Sat, 17 Dec 2016 16:34:33 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: "pari-users@pari.math.u-bordeaux.fr" <pari-users@pari.math.u-bordeaux.fr>
- Subject: Re: Ratpoint
- From: John Cremona <john.cremona@gmail.com>
- Date: Sat, 17 Dec 2016 15:33:54 +0000
- Delivery-date: Sat, 17 Dec 2016 16:34:33 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=gA7/uj079Cr70FdGHZUQu0zQwGnOVXvLkVWRSpjaF6c=; b=QWs7hsrAn4ZlnDgpvAWDxQMp2Ead5jFTXL0q3sD6EVAk1hZQoJCJDEKUFuGJY3Bwzh /VGt/r8F9wWge+uLMQv+pzQ6Rru6qHTFt+5F/tgyXawSW9EYvascKGorEY+E+w0LOYcR truX/6dknIfavj/TFAz7BMRBn0GK1LseVm0QRvnZ2F/y63f1smuDxRGYOkOLQk1wGJDV GRxMfbpSGsk2dvxDffgqqCjWQxYeS+QKGJnxNV49Mvj1TrHetfh4f0M4yN1qixbVpBpA aBSgleZQOx2LNDZA86fS9plaIeorJU3Thbalaze2TkTM43KWWsdqG3SPCw+I/L9Sxvei JiVg==
- In-reply-to: <20161217144040.GA30482@yellowpig>
- References: <AM3PR08MB01678821EAC7398B1723A964D89F0@AM3PR08MB0167.eurprd08.prod.outlook.com> <20161217144040.GA30482@yellowpig>
On 17 December 2016 at 14:40, Bill Allombert
<Bill.Allombert@math.u-bordeaux.fr> wrote:
> On Sat, Dec 17, 2016 at 08:11:27AM +0000, Jenn Macleod wrote:
>> Does anybody have a Pari implementation of Michael Stoll's ratpoint.c code?
>>
>> This would be of great use in my doodlings.
>
> Denis Simon descent code include one:
> <http://www.math.unicaen.fr/~simon/ellQ.gp>
> function ratpoint.
>
This is misleading. Denis Simon's code needs a function to find
solutions to y^2=f(x) where f is integral of degree 3 or 4, and he
provides a function called ratpoint() to do this. It is *not* the
same as Michael Stoll's independent C program of that name. Stoll's
program ratpoints.c (which he developed from old code by Elkies) is
more general in several ways (deg(f) essentially arbitrary) and also
probably much faster.
John
> We have plan to port Michael Stoll 'ratlift' code to PARI/GP, but this
> has been delayed.
>
> Cheers,
> Bill.
>
- Follow-Ups:
- Re: Ratpoint
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- References:
- Ratpoint
- From: Jenn Macleod <peediejenn@hotmail.com>
- Re: Ratpoint
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>