|
[Date Index]
[Thread Index]
[Author Index]
Integer Points on elliptic curve
- To: mathgroup at smc.vnet.net
- Subject: [mg82411] Integer Points on elliptic curve
- From: Artur <grafix at csl.pl>
- Date: Fri, 19 Oct 2007 05:08:07 -0400 (EDT)
- References: <12170776.1192646376451.JavaMail.root@m35> <200710180859.EAA23921@smc.vnet.net>
- Reply-to: grafix at csl.pl
Who know how find by Mathematica integer solutions of elliptic equation:
a^2+1689b^2=c^3
one can be find by procedure:
Sort([ p[1] : p in IntegralPoints(EllipticCurve([0, 1689])) ]);
but these procedure work only for b=0
BEST WISHES
ARTUR JASINSKI
Prev by Date:
determine viewpoint value during V6 3d rotation
Next by Date:
Re: ToExpression again
Previous by thread:
Re: Finds strings in a list that begin with "A"
Next by thread:
RE: Finds strings in a list that begin with "A"
|