Ignore:
Timestamp:
08/11/09 00:30:36 (4 years ago)
Author:
Minh Van Nguyen <nguyenminh2@…>
Branch:
default
Message:

trac 6731: spell-check all modules under sage/schemes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/schemes/elliptic_curves/ell_generic.py

    r12287 r12827  
    21202120            return (x, -y-a1*x-a3) 
    21212121 
    2122         # the x-coordonate does not depend on the sign of m.  The work 
     2122        # the x-coordinate does not depend on the sign of m.  The work 
    21232123        # here is done by functions defined earlier: 
    21242124 
     
    22612261            Via:  (u,r,s,t) = (1, 0, 0, 0)] 
    22622262         
    2263         We can also find istomorphisms defined over extension fields:: 
     2263        We can also find isomorphisms defined over extension fields:: 
    22642264         
    22652265            sage: E=EllipticCurve(GF(7),[0,0,0,1,1]) 
Note: See TracChangeset for help on using the changeset viewer.