#14485: Creation of a polynomial over QQbar
---------------------------------------+------------------------
       Reporter:  tmonteil             |        Owner:  malb
           Type:  defect               |       Status:  new
       Priority:  minor                |    Milestone:  sage-6.1
      Component:  commutative algebra  |   Resolution:
       Keywords:  QQbar, polynomial    |    Merged in:
        Authors:                       |    Reviewers:
Report Upstream:  N/A                  |  Work issues:
         Branch:                       |       Commit:
   Dependencies:                       |     Stopgaps:
---------------------------------------+------------------------
Changes (by mmezzarobba):

 * cc: burcin (added)


Comment:

 I was going to report another problem caused by the bogus coercion from
 `SR`:
 {{{
 sage: CC.has_coerce_map_from(QQbar)
 True
 sage: QQbar.has_coerce_map_from(SR)
 True
 sage: CC.has_coerce_map_from(SR)
 False
 }}}
 So I'm all in favor of removing it, even if it breaks stuff that should
 never have worked in the first place.

 We might want to put (or actually put back?) a coercion in the other
 direction, since symbolic expressions can embed elements of `QQbar`. But
 `SR` has coerce maps from `RR`, `CC`, `RLF`, etc., which yield other
 coercions from `QQbar` by composition. Can we consider that all these maps
 are the same because they only differ in the "precision" of the result? Or
 should all coercions from inexact rings to `QQbar` be removed? (Note that
 the coercion from `QQ` to `SR` has exactly the same problem.)

--
Ticket URL: <http://trac.sagemath.org/ticket/14485#comment:6>
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/groups/opt_out.

Reply via email to