Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add # long time is 2 places where it was needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Sep 25, 2014
1 parent 29d2784 commit 2d89c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/schemes/elliptic_curves/ell_number_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -2481,7 +2481,7 @@ class number is only `3` is that the class also contains three
[ 2 1 26 13]
[13 26 1 2]
[26 13 2 1]
sage: len(Set([EE.j_invariant() for EE in C.curves]))
sage: len(Set([EE.j_invariant() for EE in C.curves])) # long time
2
Over `L`, the isogeny class grows to size `6` (the class
Expand Down Expand Up @@ -2510,7 +2510,7 @@ class number is only `3` is that the class also contains three
To see the array of binary quadratic forms::
sage: CL.qf_matrix()
sage: CL.qf_matrix() # long time
[[[1], [2, 0, 13], [3, -2, 9], [3, -2, 9], [5, -4, 6], [5, -4, 6]],
[[2, 0, 13], [1], [5, -4, 6], [5, -4, 6], [3, -2, 9], [3, -2, 9]],
[[3, -2, 9], [5, -4, 6], [1], [3, -2, 9], [2, 0, 13], [5, -4, 6]],
Expand Down

0 comments on commit 2d89c05

Please sign in to comment.