OreTools
Apply
apply an Ore polynomial to an expression
Calling Sequence
Parameters
Description
Examples
Apply(Poly, expr, A)
Poly
-
Ore polynomial; to define an Ore polynomial, use the OrePoly structure.
expr
Maple expression
A
Ore algebra; to define an Ore algebra, use the SetOreRing function.
The Apply(Poly, expr, A) calling sequence applies the Ore polynomial Poly to the expression expr.
with⁡OreTools:
Define the differential algebra.
A≔SetOreRing⁡x,differential
A≔UnivariateOreRing⁡x,differential
L≔OrePoly⁡x2−1,x,x2
Apply⁡L,f⁡x,A
x2−1⁢f⁡x+x⁢ⅆⅆxf⁡x+x2⁢ⅆ2ⅆx2f⁡x
Define the shift algebra.
A≔SetOreRing⁡n,shift
A≔UnivariateOreRing⁡n,shift
L≔OrePoly⁡−2⁢n+1,2⁢n+1
L≔OrePoly⁡−2⁢n−1,2⁢n+2
Apply⁡L,s⁡n,A
−2⁢n−1⁢s⁡n+2⁢n+2⁢s⁡n+1
See Also
OreTools/OreAlgebra
OreTools/OrePoly
OreTools[SetOreRing]
Download Help Document