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[Homomorphisms] - compute the homomorphisms between two solution spaces
Calling Sequence
Homomorphisms(L1, L2, domain)
Parameters
L1
-
differential operator
L2
domain
list containing two names
Description
The input L1, L2 are differential operators. Denote V(L1) and V(L2) as the solution spaces of these two operators. If a map from V(L1) to V(L2) can be given in the form of a differential operator, then we call that map a homomorphism from V(L1) to V(L2). The command Homomorphisms computes a basis (as vector space) of all such homomorphisms, that is, it computes a basis of all operators r for which r(V(L1)) is a subset of V(L2).
In the special case L1=L2 the same can also be calculated with the command DEtools[eigenring].
Invertible homomorphisms (isomorphisms) from V(L1) to V(L2) are also called gauge transformations. If L1 and L2 belong to the same family of differential operators and differ only in their parameter values, then the name ladder operators is used as well.
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, and refers to the differentiation operator .
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 Homomorphisms(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[Homomorphisms](..).
Examples
Take the differential ring :
Compute a basis for the homomorphisms.
Since this basis has precisely one element, there is, up to multiplication by constants, precisely one map that can be presented by an operator .
In the following example, every linear map can be presented by an operator. Thus, the dimension of all such maps will be . Since the output is a basis of these maps, it must have 6 elements.
See Also
DEtools[eigenring], 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. "Rational Solutions of the Mixed Differential Equation and its Application to Factorization of Differential Operators." ISSAC '96 Proceedings. (1996): 219-225.
Download Help Document