applyopr - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Ore_algebra

  

applyopr

  

apply an operator to a function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

applyopr(w, f, A)

Parameters

w

-

operator of the Ore algebra A

f

-

expression denoting a mathematical function

A

-

Ore algebra table

Description

• 

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.

Examples

withOre_algebra:

Askew_algebradiff=Dx,x,shift=Sn,n:

facosx+bsinx:

wDx2+1:

applyoprw,f,A

0

(1)

applyoprw,expkx,A

k2ⅇkx+ⅇkx

(2)

See Also

Ore_algebra

Ore_algebra/skew_algebra

Ore_algebra/skew_product

 


Download Help Document