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[DFactorLCLM] - write a linear differential operator as an LCLM
Calling Sequence
DFactorLCLM(L, domain)
Parameters
L
-
differential operator
domain
(optional) list containing two names
Description
The DFactorLCLM routine accepts a differential operator L with rational function coefficients as its first argument.
The routine returns an LCLM factorization, which is a list of operators [L1, .., Lr] such that L is a rational function times LCLM(L1, .., Lr), and the order of L is the sum of the orders of L1, .., Lr. The operators L1, .., Lr may have a non-trivial factorization (use DFactor), but they do not have a non-trivial LCLM factorization.
The bases of solutions of L1, .., Lr form a basis of the solutions of L.
The second argument domain describes the differential algebra. If this argument is the list [Dx,x], then the differential operators will be 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 DFactorLCLM(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[DFactorLCLM](..).
Examples
See Also
DEtools[DFactor], DEtools[eigenring], DEtools[LCLM], diffop
Download Help Document