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[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