#17535: Homogenize failes for affine space over function fields
----------------------------------+----------------------------
   Reporter:  bhutz               |            Owner:  bhutz
       Type:  defect              |           Status:  new
   Priority:  major               |        Milestone:  sage-6.5
  Component:  algebraic geometry  |         Keywords:
  Merged in:                      |          Authors:
  Reviewers:                      |  Report Upstream:  N/A
Work issues:                      |           Branch:
     Commit:                      |     Dependencies:
   Stopgaps:                      |
----------------------------------+----------------------------
 The following code fails

 {{{
 K.<c> = FunctionField(QQ)
 A.<x> = AffineSpace(K,1)
 f = Hom(A,A)([x^2 + c])
 f.homogenize(1)
 }}}

 The issue appear to be that the the LCM of the denominators is the integer
 1 in this example, so the substitution fails. Coercing that LCM into the
 base ring fixes at least this particular example. More testing is needed
 to determine if there are any other issues with function fields.

--
Ticket URL: <http://trac.sagemath.org/ticket/17535>
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