mult - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DEtools

  

mult

  

multiply differential operators

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

mult(L1, L2,.., Ln, domain)

Parameters

L1, L2, .., Ln

-

differential operators

domain

-

list containing two names

Description

• 

This procedure computes products in the differential algebra CtDt. The multiplication in this ring is defined by Dta=ⅆaⅆt+Dta for all a in Ct.

• 

The argument domain describes the differential algebra. If this argument is the list Dt,t, then the differential operators are notated with the symbols Dt and t. They are viewed as elements of the differential algebra Ct Dt where C is the field of constants.

• 

If the argument domain is omitted then the differential specified by the environment variable _Envdiffopdomain is used. If this environment variable is not set then the argument domain may not be omitted.

• 

This function is part of the DEtools package, and so it can be used in the form mult(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[mult](..).

Examples

withDEtools:

multDt,tDt,Dt,t

tDt2+Dt

(1)

See Also

DEtools[DFactor]

diffop

Ore_algebra/skew_product