DEtools
DFactor
factor a linear differential operator
Calling Sequence
Parameters
Description
Examples
References
DFactor(L, domain, opt)
L
-
differential operator
domain
list containing two names
opt
(optional) sequence of options
The input is a differential operator L with rational function coefficients.
The output is a list of irreducible factors L1,...,Lr such that L=mult⁡L1,...,Lr.
The optional argument one step causes the computation to stop whenever a factorization is found. In this case the output is L if L is irreducible, but it contains two (not necessarily irreducible) factors if L is reducible.
The argument domain describes the differential algebra. If this argument is the list Dx,x then the differential operators are notated with the symbols Dx and x. They are viewed as elements of the differential algebra C⁡x⁢[Dx] 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 DFactor(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[DFactor](..).
with⁡DEtools:
a≔RootOf⁡x2−10
a≔RootOf⁡_Z2−10
R≔354−52⁢a⁢x2−552+112⁢a
R≔354−5⁢RootOf⁡_Z2−102⁢x2−552+11⁢RootOf⁡_Z2−102
L≔DF2−R
L≔DF2−354−5⁢RootOf⁡_Z2−102⁢x2+552−11⁢RootOf⁡_Z2−102
N≔DFactor⁡L,DF,x
N≔DF+−5+RootOf⁡_Z2−10⁢45⁢x6−60⁢x4⁢RootOf⁡_Z2−10−300⁢x4+525⁢x2+150⁢x2⁢RootOf⁡_Z2−10−110−34⁢RootOf⁡_Z2−1030⁢x⁢3⁢x4−2⁢x2⁢RootOf⁡_Z2−10−10⁢x2+2⁢RootOf⁡_Z2−10+7,DF−−5+RootOf⁡_Z2−10⁢45⁢x6−60⁢x4⁢RootOf⁡_Z2−10−300⁢x4+525⁢x2+150⁢x2⁢RootOf⁡_Z2−10−110−34⁢RootOf⁡_Z2−1030⁢x⁢3⁢x4−2⁢x2⁢RootOf⁡_Z2−10−10⁢x2+2⁢RootOf⁡_Z2−10+7
mult⁡op⁡N,DF,x
DF2+−7+2⁢RootOf⁡_Z2−10⁢15⁢x2−22⁢RootOf⁡_Z2−10−11012
L≔mult⁡DF2+x3+1x3,DF2+x2−1x3,DF,x
L≔DF4+x2⁢x+1⁢DF2+2⁢2⁢x5+3⁢DFx4+x11+x6+x5−12⁢x−1x6
DFactor⁡L,DF,x,`one step`
DF2+x6+1x3,DF2+x5−1x3
van der Put, M., and Singer, M. F. Galois Theory of Linear Differential Equations, Vol. 328. Springer: 2003. An electronic version of this book is available at http://www4.ncsu.edu/~singer/ms_papers.html.
van Hoeij, M. "Factorization of Differential Operators with Rational Functions Coefficients." J. Symb. Comput. Vol. 24. (1997): 537-561.
See Also
DEtools[DFactorLCLM]
DEtools[expsols]
DEtools[mult]
diffop
Download Help Document