DEtools
LCLM
find the Least Common Left Multiple of differential operators
Calling Sequence
Parameters
Description
Examples
LCLM(L1, L2,.., Ln, domain, opt)
L1, L2, .., Ln
-
differential operators
domain
a list containing two names
opt
(optional) arguments
The least common left multiple F=LCLM(L1 .. Ln) of operators L1..Ln is defined as the operator with minimal order such that all solutions L1..Ln are solutions of F as well.
If the optional argument groundfield=ext where ext is a list of RootOfs is given, then LCLM( L1 .. Ln) and all their conjugates over the field Q⁡ext is computed. This LCLM is an element of Q⁡ext,x Dx.
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 Dt,t then the differential operators are notated with the symbols Dt and t. They are viewed as elements of the differential algebra C⁡t Dt where C 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](..).
with⁡DEtools:
a≔RootOf⁡x2−2
a≔RootOf⁡_Z2−2
b≔RootOf⁡x2−3
b≔RootOf⁡_Z2−3
A≔Dx,x
L≔LCLM⁡Dx+a,Dx2+b⁢Dx+x,A:
degree⁡L,Dx
3
L≔LCLM⁡Dx+a,Dx2+b⁢Dx+x,A,groundfield=b:
4
L≔LCLM⁡Dx+a,Dx2+b⁢Dx+x,A,groundfield=a:
5
L≔LCLM⁡Dx+a,Dx2+b⁢Dx+x,A,groundfield=
L≔Dx6−5⁢x4+32⁢x3+36⁢x2−40⁢x−13⁢Dx5x5+8⁢x4+12⁢x3−20⁢x2−13⁢x−8+2⁢x6+11⁢x5−16⁢x4−88⁢x3+146⁢x2+161⁢x+24⁢Dx4x5+8⁢x4+12⁢x3−20⁢x2−13⁢x−8−3⁢x5−9⁢x4−124⁢x3−60⁢x2+297⁢x+233⁢Dx3x5+8⁢x4+12⁢x3−20⁢x2−13⁢x−8+x7+4⁢x6−14⁢x5−21⁢x4+87⁢x3−248⁢x2−214⁢x+65⁢Dx2x5+8⁢x4+12⁢x3−20⁢x2−13⁢x−8+2⁢3⁢x5+x4−60⁢x3+12⁢x2+217⁢x+207⁢Dxx5+8⁢x4+12⁢x3−20⁢x2−13⁢x−8−2⁢x7+8⁢x6+12⁢x5−21⁢x4−41⁢x3−36⁢x2+56⁢x+81x5+8⁢x4+12⁢x3−20⁢x2−13⁢x−8
6
See Also
DEtools[DFactorLCLM]
diffop
Ore_algebra/annihilators
Download Help Document