#2420: Extending the gap interface to uni- and multivariate polynomial rings
over
number fields
---------------------------+------------------------------------------------
Reporter: SimonKing | Owner: SimonKing
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.5
Component: interfaces | Keywords: gap interface, polynomial rings,
number fields, interface cache
Author: Simon King | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by SimonKing):
I forgot to mention:
{{{
Tower of polynomial rings over a number field
sage: Q.<t> = QQ[]
sage: K.<tau> = NumberField(t^2+t+1)
sage: P.<x,y> = K[]
sage: R.<z> = P[]
sage: p = tau + tau^2*x*z + tau^3*y*z^2 + (1+tau)*x*y*z
sage: gap(p)
y*z^2+((tau+1)*x*y+(-tau-1)*x)*z+tau
}}}
works as well!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2420#comment:11>
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.