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[Xgauge] - transforms a given generator of a one-parameter Lie group to the indicated "gauge"
Calling Sequence
Xgauge([xi,eta], y(x), xi=expr)
Xgauge([xi,eta], y(x), eta=expr)
Xgauge([xi,eta], y(x), xi=expr1, eta=expr2)
Parameters
[xi, eta]
-
list of the coefficients of the symmetry generator (infinitesimals)
y(x)
'dependent variable'; it can be any indeterminate function of one variable
xi=expr
(optional) equation having xi or _xi on the left hand side and any algebraic expression on the right hand side
eta=expr
(optional) equation having eta or _eta on the left hand side and any algebraic expression on the right hand side
Description
The Xgauge command receives a list of a pair of infinitesimals of a one-parameter Lie group, the dependent variable y(x), and optionally the "gauge" in the form of or . It returns the given infinitesimals "gauged" to satisfy the indication received. If no gauge is given, the command returns the given generator rewritten in the most general form by introducing an arbitrary function.
This command also works with dynamical symmetries, in which case the ODE assumed to be invariant under the given infinitesimals is also required as an argument. The right hand side of the given nth order ODE is then used to replace the nth order derivatives of the dependent variable appearing in the infinitesimal generator.
This function is part of the DEtools package, and so it can be used in the form Xgauge(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[Xgauge](..).
Examples
The general first order ODE invariant under X
X rewritten in the gauge xi=0
If the ODE is given, its right hand side is used to replace the highest derivative (in this example the ODE is of first order).
So, the above is just the original symmetry X rewritten in the gauge xi=0. Let's test this result.
The general form in which X above can be rewritten is as follows:
where _F2(x, y) is an arbitrary function of its arguments, introduced by Xgauge. This result can be tested as well.
See Also
DEtools, dsolve,Lie, eta_k, infgen, PDEtools, symgen, Xchange, Xcommutator
Download Help Document