Changes between Initial Version and Version 1 of Ticket #12766
- Timestamp:
- 03/28/12 09:30:27 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12766 – Description
initial v1 1 The plot for `EllipticCurve('448c6') looks like a vertical line. The reason is that `plot` contains1 The plot for `EllipticCurve('448c6')` looks like a vertical line. The reason is that `plot` contains 2 2 {{{ 3 3 d = 4*x**3 + (a1**2 + 4*a2)*x**2 + (2*a3*a1 + 4*a4)*x + (a3**2 + 4*a6)