#17429: projective point equality returns false positive for 
ComplexIntervalField
----------------------------------+----------------------------
   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:                      |
----------------------------------+----------------------------
 Projective equality is returning false positives for ComplexIntervalField
 points because it is doing a negative check not a positive check

 {{{
 R.<x>=PolynomialRing(QQ)
 r=(x^2-x-3).polynomial(x).roots(ComplexIntervalField(),multiplicities=False)
 P.<x,y>=ProjectiveSpace(ComplexIntervalField(),1)
 P1=P(r[0],1)
 H=End(P)
 f = H([x^2-3*y^2,y^2])
 Q1=f(P1)
 Q1==P1, Q1[0]==P1[0]
 }}}

 This is likely an issue for both points and morphisms.

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