Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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