#18399: projective automorphism group fails for homogenized maps
----------------------------------+---------------------------------------
   Reporter:  bhutz               |            Owner:  bhutz
       Type:  defect              |           Status:  new
   Priority:  minor               |        Milestone:  sage-6.7
  Component:  algebraic geometry  |         Keywords:  projective morphism
  Merged in:                      |          Authors:  Ben Hutz
  Reviewers:                      |  Report Upstream:  N/A
Work issues:                      |           Branch:
     Commit:                      |     Dependencies:
   Stopgaps:                      |
----------------------------------+---------------------------------------
 When the numerator is a constant, the conversion to .polynomial()
 conversion is return a different variable than the denominator. This is
 the expected behavior from the documentation of those functions. So this
 ticket will change how the conversion is done.

 Example that fails

 {{{
 A.<z>=AffineSpace(QQ,1)
 HA=End(A)
 f=HA([1/z^7])
 F=f.homogenize(1)
 F.automorphism_group()

 }}}

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