[sage-devel] ticket #59 (optimize elliptic curve arithmetic)

2007-08-23 Thread Alex Ghitza
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I just noticed that this ticket was closed as fixed. To quote trac: - - I guess this has been fixed. With Sage 2.8.2 I get: sage: E = EllipticCurve([GF(101)(1),3]) sage: P = E([-1,1,1]) sage:

[sage-devel] ticket #59 (optimize elliptic curve arithmetic)

2007-08-14 Thread Alex Ghitza
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've looked at ticket #59, in which David Kohel says: William, my student noticed some slow performance with elliptic curves group law. I think there was a huge overhead in duplication: sage: E = EllipticCurve([GF(101)(1),3]) sage: P =