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