- Timestamp:
- 08/11/09 00:30:36 (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/schemes/elliptic_curves/ell_generic.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/schemes/elliptic_curves/ell_generic.py
r12287 r12827 2120 2120 return (x, -y-a1*x-a3) 2121 2121 2122 # the x-coord onate does not depend on the sign of m. The work2122 # the x-coordinate does not depend on the sign of m. The work 2123 2123 # here is done by functions defined earlier: 2124 2124 … … 2261 2261 Via: (u,r,s,t) = (1, 0, 0, 0)] 2262 2262 2263 We can also find is tomorphisms defined over extension fields::2263 We can also find isomorphisms defined over extension fields:: 2264 2264 2265 2265 sage: E=EllipticCurve(GF(7),[0,0,0,1,1])
Note: See TracChangeset
for help on using the changeset viewer.
