#17256: Explicit in the documentation that elliptic curves are plotted over the
reals.
-------------------------------------+-------------------------------------
       Reporter:  tmonteil           |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.4
      Component:  documentation      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  
u/tmonteil/explicit_in_the_documentation_that_elliptic_curves_are_plotted_over_the_reals_|
  bdcce24badfb4944792c817679c9025765a6f76d
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by tmonteil):

 I just tried something like:

 {{{
         An elliptic curve defined over the Complex Field can not be
 plotted
         (see :trac:`17256`)::

             sage: E = EllipticCurve(CC, [0,0,1,-1,0])
             sage: E.plot()
             Traceback (most recent call last):
             ...
             NotImplementedError: Plotting of curves over Complex Field
 with 53 bits of precision not implemented yet
 }}}

 but i am not convinced it helps in understanding in any way, since this
 ticket does not fixes any particular bug, just notices an existing fact.
 The link to this trac ticket looks misleading. Do you have another way in
 mind ?

--
Ticket URL: <http://trac.sagemath.org/ticket/17256#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to