Ore_algebra
applyopr
apply an operator to a function
Calling Sequence
Parameters
Description
Examples
applyopr(w, f, A)
w
-
operator of the Ore algebra A
f
expression denoting a mathematical function
A
Ore algebra table
The applyopr command computes the result of applying an operator w of the Ore algebra A to a function f.
The default actions of the predefined operators can be overwritten. For more information, see the action option in Ore_algebra[declaration_options] and the corresponding examples.
with⁡Ore_algebra:
A≔skew_algebra⁡diff=Dx,x,shift=Sn,n:
f≔a⁢cos⁡x+b⁢sin⁡x:
w≔Dx2+1:
applyopr⁡w,f,A
0
applyopr⁡w,exp⁡k⁢x,A
k2⁢ⅇk⁢x+ⅇk⁢x
See Also
Ore_algebra/skew_algebra
Ore_algebra/skew_product
Download Help Document