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[Xcommutator] - calculate the commutator of two generators of one-parameter Lie groups
Calling Sequence
Xcommutator(X1, X2, k, y(x), ODE)
Parameters
X1, X2
-
lists of the coefficients of the symmetry generators (infinitesimals) as in [xi, eta]
y(x)
'dependent variable'; it can be any indeterminate function of one variable
k
(optional) extension of the generators entering the commutator
ODE
(optional) right hand side is used to replace the highest derivative in the result; required if dynamical symmetries are given
Description
The Xcommutator command receives two generators of one-parameter Lie groups, either in the form of a pair of infinitesimals [xi, eta] or in the form of differential operators, and the dependent variable y(x), and returns the commutator of these generators.
If k is given, the k extension of the generators X1 and X2 is calculated at first, and the command returns the commutator of these extended generators (that is, another extended generator; see eta_k and infgen ).
If the given generators are in the form of a list containing the infinitesimals, the result is returned as a list; otherwise, if X1 and X2 are given as differential operators (mappings) then the result is returned as a mapping (see examples).
This function is part of the DEtools package, and so it can be used in the form Xcommutator(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[Xcommutator](..).
Examples
The commutator of X1 with X2
The commutator of the third extensions of X1 and X2 involves four elements.
The generators G1 and G2 associated to the lists X1 and X2
If G1 and G2 are differential operators (mappings), the commutator of G1 and G2 is returned as a mapping as well:
The commutator of the third extensions of G1 and G2
See Also
DEtools, dsolve,Lie, eta_k, infgen, PDEtools, Xchange
Download Help Document