#18103: cleanup number fields coerce embeddings
-----------------------------+----------------------------
Reporter: vdelecroix | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: sage-6.6
Component: number fields | Keywords:
Merged in: | Authors:
Reviewers: | Report Upstream: N/A
Work issues: | Branch:
Commit: | Dependencies:
Stopgaps: |
-----------------------------+----------------------------
Currently, the default coerce embedding uses RLF (or CLF) but heavily
relies on AA (or QQbar). It is bad for several reasons:
- there is no coercion from RLF to AA
- equality and comparisons in RLF are completely broken (because it
relies on finite approximations)
{{{
sage: K.<cbrt3> = NumberField(x^3 - 3, embedding=1)
sage: b=(1+RLF(cbrt3))/2
sage: c=1/2 + 3/2*(RLF(cbrt3)/3)
sage: b == c
False
}}}
In this ticket we get rid of RLF/CLF for number field embeddings.
--
Ticket URL: <http://trac.sagemath.org/ticket/18103>
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.