OreTools[Utility][Coefficient] - return the coefficient of a specific power in an Ore polynomial
OreTools[Utility][Coefficients] - return the coefficient sequence of an Ore polynomial
OreTools[Utility][Degree] - return the degree of an Ore polynomial with respect to the noncommutative indeterminate
OreTools[Utility][LeadingCoefficient] - return the leading coefficient of an Ore polynomial
OreTools[Utility][LowDegree] - return the degree of the least power with nonzero coefficient
OreTools[Utility][RandOrePoly] - return a random Ore polynomial
OreTools[Utility][TrailingCoefficient] - return the trailing coefficient of an Ore Polynomial
OreTools[Utility][VariableDegree] - return the maximal degree of the coefficients of an Ore Polynomial in the variable in an Ore algebra
|
Calling Sequence
|
|
Coefficient(Poly, n)
Coefficients(Poly)
Degree(Poly)
LeadingCoefficient(Poly)
LowDegree(Poly)
RandOrePoly(A, opts)
TrailingCoefficient(Poly)
VariableDegree(Poly, A)
|
|
Parameters
|
|
Poly
|
-
|
Ore polynomial; to define an Ore polynomial, see OreTools/OrePoly
|
n
|
-
|
non-negative integer
|
A
|
-
|
Ore algebra
|
opts
|
-
|
options
|
|
|
|
|
Description
|
|
•
|
The Coefficient(Poly, n) calling sequence returns the coefficient of the nth power of the noncommutative indeterminate in Poly.
|
•
|
The Coefficients(Poly) calling sequence returns the sequence of coefficients of Poly.
|
•
|
The Degree(Poly) calling sequence returns the degree of Poly with respect to the noncommutative indeterminate.
|
•
|
The LeadingCoefficient(Poly)] calling sequence returns the leading coefficient of Poly.
|
•
|
The LowDegree(Poly) calling sequence returns the trailing degree of Poly.
|
•
|
The RandOrePoly(A) calling sequence returns a random Ore polynomial in the Ore algebra A.
|
|
The first argument A specifies the ring in which the polynomial is to be generated. The possible options are:
|
|
coeffs - Generate the coefficients
|
|
terms - Number of terms in the noncommutative indeterminate
|
|
degree - Degree on the noncommutative indeterminate
|
•
|
The TrailingCoefficient(Poly) calling sequence returns the trailing coefficient of A.
|
•
|
The VariableDegree(Poly, A) calling sequence returns the maximal degree of coefficients of Poly with respect to the variable in A. Note that the coefficients of Poly are supposed to be polynomials in the variable.
|
•
|
For a brief review of pseudo-linear algebra (also known as Ore algebra), see OreAlgebra.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
>
|
|
| (15) |
>
|
|
>
|
|
| (16) |
>
|
|
| (17) |
>
|
|
>
|
|
| (18) |
|
|
Download Help Document
Was this information helpful?