#17830: Comparison of number field elements dependent of embedding
-----------------------------+-------------------------------------
   Reporter:  vdelecroix     |            Owner:
       Type:  enhancement    |           Status:  new
   Priority:  major          |        Milestone:  sage-6.6
  Component:  number fields  |         Keywords:
  Merged in:                 |          Authors:  Vincent Delecroix
  Reviewers:                 |  Report Upstream:  N/A
Work issues:                 |           Branch:
     Commit:                 |     Dependencies:
   Stopgaps:                 |
-----------------------------+-------------------------------------
 Comparison of embedded number field elements should be identical to the
 comparison of the embedding. In other words, we should have:
 {{{
 age: x = polygen(ZZ)
 sage: K.<cbrt2> = NumberField(x^3 - 2, embedding=AA.polynomial_root(x^3-2,
 RIF(0,3)))
 sage: 6065/4813 < cbrt2 < 90325/71691
 True
 }}}
 This has been done in #13213 for quadratic number fields. This ticket aims
 to implement this for all number fields by storing into the parent a list
 of interval approximations of the generator.

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