#13215: Skew polynomials
----------------------------------------+-----------------------------------
Reporter: caruso | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.3
Component: experimental package | Resolution:
Keywords: skew polynomials | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: #13214 | Stopgaps:
----------------------------------------+-----------------------------------
Changes (by tfeulner):
* cc: tfeulner (added)
* status: needs_review => needs_work
Comment:
With your changes it is now possible to test some element in an Univariate
Quotient Polynomial Ring to be a unit and to compute its inverse.
Unfortunately, this computation gives wrong results:
{{{
sage: Z16x.<x> = Integers(16)[]
sage: GR.<y> = Z16x.quotient(x**2 + x+1 )
sage: (2*y).is_unit()
True
sage: (2*y)^(-1)
15*y + 15
sage: (2*y)*(2*y)^(-1)
2
}}}
Thomas
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13215#comment:4>
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.