Changeset 5503:f7d7486d3356


Ignore:
Timestamp:
07/24/07 15:45:29 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

mark a doctest random

File:
1 edited

Legend:

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

    r5456 r5503  
    891891 
    892892            sage: E = EllipticCurve([1, -1, 0, -79, 289]) 
    893             sage: E.simon_two_descent() 
     893            sage: E.simon_two_descent()        # random points in output 
    894894            (4, 4, [(935/49 : 400/343 : 1), (-1 : 136 : 1), (23 : 16 : 1), (-41 : 16 : 1)]) 
    895895            sage: E = EllipticCurve([0, 0, 1, -79, 342]) 
    896             sage: E.simon_two_descent()        # random output 
     896            sage: E.simon_two_descent()        # random points in output 
    897897            (5, 5, [(0 : 3996 : 1), (-380 : 44 : 1), (52 : 3284 : 1), (110628/289 : 28166508/4913 : 1), (23364/25 : 3392388/125 : 1)])  
    898898            sage: E = EllipticCurve([1, 1, 0, -2582, 48720]) 
Note: See TracChangeset for help on using the changeset viewer.