Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
DEtools[DFactor] - factor a linear differential operator
Calling Sequence
DFactor(L, domain, opt)
Parameters
L
-
differential operator
domain
list containing two names
opt
(optional) sequence of options
Description
The input is a differential operator L with rational function coefficients.
The output is a list of irreducible factors such that .
The optional argument one step causes the computation to stop whenever a factorization is found. In this case the output is if is irreducible, but it contains two (not necessarily irreducible) factors if is reducible.
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 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](..).
Examples
See Also
DEtools[DFactorLCLM], DEtools[expsols], DEtools[mult], diffop
References
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.
Download Help Document