#20067: Change ring to QQbar fails for subschemes
----------------------------------+----------------------------
   Reporter:  bhutz               |            Owner:  bhutz
       Type:  enhancement         |           Status:  new
   Priority:  minor               |        Milestone:  sage-7.1
  Component:  algebraic geometry  |         Keywords:
  Merged in:                      |          Authors:
  Reviewers:                      |  Report Upstream:  N/A
Work issues:                      |           Branch:
     Commit:                      |     Dependencies:
   Stopgaps:                      |
----------------------------------+----------------------------
 Change ring for subschemes does not let the user specify an embedding and
 so fails for QQbar

 {{{
 K.<w>=QuadraticField(2)
 P.<x,y> = ProjectiveSpace(K,1)
 X = P.subscheme(x-y)
 X.change_ring(QQbar)
 }}}

 {{{
 K.<w>=QuadraticField(2)
 P.<x,y> = ProjectiveSpace(K,1)
 X = P.subscheme(x-y)
 H = End(X)
 f = H([6*x^2+2*x*y+16*y^2,-3*x^2-4*x*y-4*y^2])
 f.change_ring(QQbar)
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/20067>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to