#13215: Skew polynomials
----------------------------------------+-----------------------------------
Reporter: caruso | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.1
Component: experimental package | Resolution:
Keywords: skew polynomials | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: #13214 | Stopgaps:
----------------------------------------+-----------------------------------
Changes (by caruso):
* dependencies: => #13214
Old description:
> 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)
New description:
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)
NB: This ticket depends on ticket #13214 which implements Frobenius
endomorphisms over finite fields. For convenience, I reattach the
corresponding patch here.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13215#comment:2>
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.