| American Citizen on Wed, 10 Jul 2024 04:43:29 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Question: trying to locate other Diophantine triples from certain elliptic curves |
There seems to be some confusion here, perhaps I did not post
correctly from the start, so apologies, everyone
? [issquare(A*B),issquare(B*C),issquare(A*C)] %8 = [1,1,1]
The Diophantine tuple condition means that (A*B + 1) is a square, so we have to use
[issquare(A*B+1), issquare(B*C+1), issquare(A*C+1)]
So can we start afresh with this? and rework this again?
Thank you!