| 
	American Citizen on Wed, 17 Apr 2024 05:45:47 +0200
	 | 
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
	
- To: pari-users@pari.math.u-bordeaux.fr
 
- Subject: another simple question
 
- From: American Citizen <website.reader3@gmail.com>
 
- Date: Tue, 16 Apr 2024 20:45:40 -0700
 
- Delivery-date: Wed, 17 Apr 2024 05:45:47 +0200
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20230601; t=1713325542; x=1713930342; 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=uTpDYj//GOfeiHumvAjL6Q2QSqTZgMxfhph4eU8twSc=;        b=nKyxDJ0vLEXcySgl3XbJd4m1Xfvp7R3kmczKFJbBnp9O4yNVnhwgrV4MgH90LNBs28         yWAR8Hpsq5ZfSYenDLf2dfOmzdcfYuHSvpbczUZ/Bsh2HyjRiNCzKJBJnojiJca+WTO3         bbLKqR327hXuSLQXCBj+OzgI8/M9HvkPMzPo3FbCnge133RdeYah7wgBD0E33AsXUM6Y         RiPtAHKb2gbSMmFJEG/BJlGZ6BZrTBLXj8H9tnK6DT3k1VrBqz8m4+HJENpM4/SFJC+n         clwQ+7VW7OviFJH3pG7NAIHk4bzh58YoVjtM0Vv5uZjshPoppaQYmT3iGc6ec0o+gcbj         OP6A==
 
- User-agent: Mozilla Thunderbird
 
Recently, we saw a point with thousands of digits posted with the 
question, what elliptic curve might have this point?
The answer was to use lindep to determine the elliptic curve, and so 
everything went fine.
However, I am dubious that this general approach using lindep on [y^2, 
xy, y, x^3, x^2, x, 1] will work when we have points of lesser heights.
Suppose we have the point [1/2, 5/8] ??
I strongly suspect that thousands perhaps millions, maybe more? elliptic 
curves can be found containing this point.
How can we effectively pare down the possibilities to something we can 
work with?
Randall