American Citizen on Mon, 26 May 2025 23:51:51 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
question on the Shioda-Tate formula
|
- To: pari-users <pari-users@pari.math.u-bordeaux.fr>
- Subject: question on the Shioda-Tate formula
- From: American Citizen <website.reader3@gmail.com>
- Date: Mon, 26 May 2025 14:51:45 -0700
- Delivery-date: Mon, 26 May 2025 23:51:51 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1748296308; x=1748901108; 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=8/m00a6D3cbUaEgd9AR5l6Hkz/saIh6u52ZWmgSB1kQ=; b=DwYmUlx3Wd4UxW786zSR2MkKkdLvElNRAf35VGmzM8w3V4RurH0WzmLIL28fBcyifD fE8jW+hsyf2+9rRsGMBCDMrIt8fW4YnZB+VopEJlsFFn0zwy2EbE2FbB8vz8BrcSwYN2 mTDuhiCtGDTclUpikSkWebB5kay3OZ7ICKNqACn3/WUWtUsXhfVgM4+WGBZcT8ZbOdLD X20e39rL5bXbnsL6+q774sr4JE6UsqMlj0stLvWrnC2uEAHRoe8r+zbgMfic7YwzHcAi 6XKI7OsdaBgDFaE438fxr4pacyBxOzXFd/8mcitCDywiU/KfOvDz+Xe1toSQZv8NroMD eWTQ==
- User-agent: Mozilla Thunderbird
Has anyone created GP-Pari code for implementing the Shioda-Tate formula
for elliptic curves (and elliptic curves subset) ?
I was talking to a mathematician about the elliptic curve y^2 = x^3 +
n^2*x and he suggested that I try to use the Shioda-Tate formula to
bound the rank on the curve. I do know that the rank is >= 1 for this
type of curve.
I currently am using ellrank(elliptic curve) to a good degree of success.
Randall