American Citizen on Sat, 12 Oct 2024 22:26:23 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
possible request for new function to elliptic curves section
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: possible request for new function to elliptic curves section
- From: American Citizen <website.reader3@gmail.com>
- Date: Sat, 12 Oct 2024 13:26:15 -0700
- Delivery-date: Sat, 12 Oct 2024 22:26:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1728764778; x=1729369578; darn=pari.math.u-bordeaux.fr; h=content-transfer-encoding:subject:from:to:content-language :user-agent:mime-version:date:message-id:from:to:cc:subject:date :message-id:reply-to; bh=1A6DX9hSNhu6T4kNjhUjBEVr5Kd4ffy8w5Lk67gsrrE=; b=MV46GbLSBlqaKSjs2s63tKPv/uZ1Z1iEWa2Tl7JnQCclSWGoad0j6NXUArnQ33xLfF BKMAA1XN0wQSwSEA4J0U4BHM/xy+hxTEMu/6QtbUbAJm4wESMPn9+Vq6TGPUi0SYDNhx kjDOnaDtZDIW6MxkoSmPA9RP9ma2P/CRlpz3tvJNYlDWafcSULBUVmDVReF5/+qXYQjR i7RvTFnxyOYykasP12oobnro6YH5wPMzoL/O54W+29RRa/RIIgC/FjkgAIg0ldSELTAs Zt9g0A2OZK9FW/uirWDI6lwzBFzy3d6H1Svwvw0tizuSBJ4ynDwwuzgyQdnFhPqPdj2+ U70A==
- User-agent: Mozilla Thunderbird
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? This is
very similar to ellisoncurve(E,p) but p = [x,y] and both x,y must be
known. I am asking just for something like
ellxok(E,x) = 0,1 depending upon whether or not x is a legitimate value
creating a rational y value
or ellxonE(E,x) or something like this?
Randall