#9384: descend_to method for elliptic curves
--------------------------------------------+-------------------------------
   Reporter:  ebeyerstedt                   |       Owner:  cremona             
                         
       Type:  enhancement                   |      Status:  needs_work          
                         
   Priority:  minor                         |   Milestone:  sage-5.0            
                         
  Component:  elliptic curves               |    Keywords:  descend, subfield, 
isomorphic, elliptic curve
     Author:  Erin Beyerstedt, Jeremy West  |    Upstream:  N/A                 
                         
   Reviewer:                                |      Merged:                      
                         
Work_issues:                                |  
--------------------------------------------+-------------------------------

Comment(by cremona):

 It looks to me as though the curve returned is (sometimes) a twist of the
 original, rather than isomorphic -- but I have been flying all night so am
 not reliable!

 You can check if there is an embedding of K in self.base_ring() like this:
 {{{
 sage: X = polygen(QQ)
 sage: K.<a> = NumberField(X^4 - X^3 + 2*X^2 + X + 1)
 sage: QQ.embeddings(K)
 [Ring Coercion morphism:
   From: Rational Field
   To:   Number Field in a with defining polynomial x^4 - x^3 + 2*x^2 + x +
 1]
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9384#comment:7>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to