#16961: Fix Dynatomic Polynomials to work over the Complex Numbers
-------------------------------------+-------------------------------------
       Reporter:  jdefaria           |        Owner:
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  algebraic          |   Resolution:
  geometry                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Joao de Faria      |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  353e842e0041e766b634b032abb8a551782125a0
  u/jdefaria/ticket/16961            |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by bhutz):

 * status:  needs_review => needs_work


Comment:

 The 2nd todo block is not needed (the one in the examples) because that is
 already said in the main todo block.

 Also, the affine ones are still not working for complex values, although
 the issue appears to stem from homogenize and should be fixed with trac
 #16838. Is this ticket merged with the latest develop so that you have the
 fixes from 16838?

 {{{
 A.<x>=AffineSpace(CC,1)
 H=Hom(A,A)
 f=H([x^2+CC.0])
 f.dynatomic_polynomial(2)
 }}}

 btw, the affine examples are lacking ' = ' in the examples, so you could
 address that at the same time.

--
Ticket URL: <http://trac.sagemath.org/ticket/16961#comment:5>
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