#12196: Improve latex for quadratic fields
-----------------------------+----------------------------------------------
Reporter: cpauderis | Owner: davidloeffler
Type: defect | Status: new
Priority: major | Milestone: sage-4.8
Component: number fields | Keywords: sd35
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------------+----------------------------------------------
The latex generated for quadratic fields is unclear.
{{{
sage: Q = QuadraticField(7)
sage: latex(Q)
\Bold{Q}[\sqrt{7}]/(\sqrt{7}^{2} - 7)
}}}
Compare this with the latex generated for cyclotomic fields:
{{{
sage: C = CyclotomicField(7)
sage: latex(C)
\Bold{Q}(\zeta_{7})
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12196>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.