Bill Allombert on Sat, 12 Oct 2024 22:36:46 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: possible request for new function to elliptic curves section
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: possible request for new function to elliptic curves section
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Date: Sat, 12 Oct 2024 22:36:42 +0200
- Delivery-date: Sat, 12 Oct 2024 22:36:47 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=math.u-bordeaux.fr; s=2022; t=1728765404; bh=qvqN6ygrFpn59InN0rVnqQiC5aoNjcuGxIR+css+Eus=; h=Date:From:To:References:In-Reply-To:From; b=CH+5cL7YzsFhdzLkRT/Ym8gS3cOvauj8MJfonF9EVWIH08oqhnNfu1Mg4KiBTMxhj fOxRDdFn8N4O24ZmPDxysWCOhxz42RN+ZYDH4KOiVNmO9cLAjBPfcX/Hq+iPSY2x9D y9dW6tAWvgwHdOFkFbJ//Q0PDJIgfc18WZs14+2c2FGXnsza5J5FphT2fmaSLmGdUu 3gXxZvB+bVypjoQSmqXNXuxW6tjlUwr9vtgNCPIyRCWp6+BTLcK/8/eVKbvvutJXeX x9vhSYjbUP0JZqpuK1DpGibLw9YOpGHTkV0Fy5V1KTuMLLHgEn8aCInFsNQHt1hSNf cmOXLjlX8SAfpnyVQl6kq8OUvvIP9qoLycW0zaDbleVKUuk15IcbezUoqVebMzUEPX lMoJXeUIneH3rPlVF5LvIDxdWYCxIwXeQGovmQkndB7vYW9vl4l8ihCtsNfoAgEvQL 5B2GUC60IE/k84TBYaM9WR2UJtcwXtOtrXIlT9FXvuwZ4SpbSz1jRT9EkoSlSIytGt cdc+dhKrHObk3r+PgACd1Cz4zgQuAA8chDMlV5lmR3CghyPumXkPmZslrsbMUuEUUS JY2TBbW8MS0Pkr00xmWaHQIJ0DIyOtAi2JS89fLFicn1E2cfYrzf98FHieto98gLY9 Gn+T7jmTDRq5+UODkqhufLTU=
- In-reply-to: <1b8bd881-f35a-4d37-a2a2-e7a51ea06df3@gmail.com>
- Mail-followup-to: pari-users@pari.math.u-bordeaux.fr
- References: <1b8bd881-f35a-4d37-a2a2-e7a51ea06df3@gmail.com>
On Sat, Oct 12, 2024 at 01:26:15PM -0700, American Citizen wrote:
> Would it be possible to have a new function added to GP Pari, such that
> supplying just the x-coordinate for an elliptic curve would return a 0 or a
> 1 depending upon whether or not x is a legitimate value?
Use ellordinate !
??ellordinate
ellordinate(E,x):
Gives a 0, 1 or 2-component vector containing the y-coordinates of the points of the curve E having x as x-coordinate.
Cheers,
Bill.