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[transinv] - look for the set of transformations of variables which leave the ODE invariant
Calling Sequence
transinv([xi(x, y), eta(x, y)], y(x), s(r))
Parameters
[xi(x, y), eta(x, y)]
-
list of the coefficients of the infinitesimal symmetry generator (infinitesimals)
y(x)
dependent variable
s(r)
new dependent variable
Description
transinv looks for the set of transformations of variables which leave an ODE invariant, by using the coefficients of a symmetry generator (infinitesimals) for it. These transformations are actually the finite form of the one-parameter Lie group of invariance of the ODE.
This function is part of the DEtools package, and so it can be used in the form transinv(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[transinv](..).
Examples
An ODE with an arbitrary function F
A pair of infinitesimals for it
The transformation of variables which leaves invariant
Note the introduction of _alpha, representing the parameter of the Lie group. Now, to check the invariance of under this group, you can change variables as follows:
The change of variables
As can be seen above, we arrived at the original just changing x, y by r, s (this is the meaning of "leaving the ODE invariant").
See Also
canoni, dchange, DEtools, equinv, odeadvisor, PDEtools, symgen
Download Help Document