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

Online Help

DEtools

  

LCLM

  

find the Least Common Left Multiple of differential operators

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

LCLM(L1, L2,.., Ln, domain, opt)

Parameters

L1, L2, .., Ln

-

differential operators

domain

-

a list containing two names

opt

-

(optional) arguments

Description

• 

The least common left multiple F=LCLM(L1 .. Ln) of operators  is defined as the operator with minimal order such that all solutions  are solutions of  as well.

• 

If the optional argument groundfield=ext where ext is a list of s is given, then LCLM( L1 .. Ln) and all their conjugates over the field  is computed. This LCLM is an element of  .

• 

The quotes for the name groundfield are only necessary if groundfield has been given a value; otherwise they may be omitted.

• 

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

• 

If the argument domain is omitted then the differential specified by the environment variable _Envdiffopdomain will be 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 LCLM(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[LCLM](..).

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

See Also

DEtools[DFactorLCLM]

diffop

Ore_algebra/annihilators

 


Download Help Document