#13215: Skew polynomials
------------------------------------+---------------------------------------
Reporter: caruso | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.1
Component: experimental package | Keywords: skew polynomials
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
------------------------------------+---------------------------------------
If R is a ring equipped with an endomorphism sigma, the ring of skew
polynomials over (R,sigma) is the ring of usual polynomials over R with
the modified multiplication given by the rule X*a = sigma(a)*X.
Skew polynomials play an important role in several domains like coding
theory or Galois representations theory in positive characteristic.
The attached patch provides:
1. a basic implementation of skew polynomials over any commutative ring
(including addition, multiplication, euclidean division, gcd...)
1. a more complete implementation of skew polynomials over finite fields
(including factoring)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13215>
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.