Re: why is this happening?

Bill Allombert <[email protected]> Sun, 3 May 2026 09:37:17 +0200
Newsgroups gmane.comp.mathematics.pari.user
Message-ID <afb7LT_1gs0BVtu2@seventeen>
On Sat, May 02, 2026 at 06:53:15PM -0700, American Citizen wrote:
> Silly me
> 
> I thought that subtracting the 2 elliptic curves would result in a vector of
> zeroes.
> 
> I believe that we are left with the one option to test if 2 elliptic curves
> are the same

No. Just do this:
e1[1..5]==e2[1..5]
or even
e1[1..5]-e2[1..5]==0
if you prefer.

Cheers,
Bill.