OreTools[Properties]
GetRingName
return the name of the Ore algebra
GetVariable
return the name of the independent variable on which the Ore polynomial ring acts
GetSigma
return sigma
GetSigmaInverse
return sigma^(-1)
Getdelta
return delta
GetdeltaStar
return deltaStar
GetTheta1
return theta(1)
Calling Sequence
Parameters
Description
Examples
Compatibility
GetRingName(A)
GetVariable(A)
GetSigma(A)
GetSigmaInverse(A)
Getdelta(A)
GetdeltaStar(A)
GetTheta1(A)
A
-
Ore algebra; to define an Ore algebra, use the SetOreRing function.
The GetRingName(A) calling sequence returns the name of the Ore algebra A.
The GetVariable(A) calling sequence returns the independent variable on which the Ore polynomial ring A acts.
The GetSigma(A) calling sequence returns sigma for the Ore algebra A.
The GetSigmaInverse(A) calling sequence returns sigma^(-1) for the Ore algebra A.
The Getdelta(A) calling sequence returns delta for the Ore algebra A.
The GetdeltaStar(A) calling sequence returns delta^(*) for the Ore algebra A.
The GetTheta1(A) calling sequence returns theta(1) for the Ore algebra A.
For a brief review of pseudo-linear algebra (also known as Ore algebra), see OreAlgebra.
with⁡OreTools:
with⁡OreToolsProperties:
Define the shift algebra.
A≔SetOreRing⁡n,shift
A≔UnivariateOreRing⁡n,shift
Determine the properties of the algebra.
GetRingName⁡A
shift
GetVariable⁡A
n
GetSigma⁡A⁡s⁡n,n
s⁡n+1
GetSigmaInverse⁡A⁡s⁡n,n
s⁡n−1
Getdelta⁡A⁡s⁡n,n
0
GetdeltaStar⁡A⁡s⁡n,n
GetTheta1⁡A
1
The OreTools[Properties][GetRingName], OreTools[Properties][GetVariable], OreTools[Properties][GetSigma], OreTools[Properties][GetSigmaInverse], OreTools[Properties][Getdelta], OreTools[Properties][GetdeltaStar] and OreTools[Properties][GetTheta1] commands were updated in Maple 2017.
See Also
OreTools
OreTools/OreAlgebra
OreTools[SetOreRing]
Download Help Document