Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
DEtools[LCLM] - find the Least Common Left Multiple of differential operators
Calling Sequence
LCLM(L1, L2,.., Ln, domain, opt)
Parameters
L1, L2, .., Ln
-
differential operators
domain
a list containing two names
opt
(optional) arguments
Description
The least common left multiple F=LCLM(L1 .. Ln) of operators is defined as the operator with minimal order such that all solutions are solutions of as well.
If the optional argument groundfield=ext where ext is a list of s is given, then LCLM( L1 .. Ln) and all their conjugates over the field is computed. This LCLM is an element of .
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 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 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](..).
Examples
See Also
DEtools[DFactorLCLM], diffop, Ore_algebra/annihilators
Download Help Document