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
DifferentialGeometry[InfinitesimalTransformation] - compute the Lie algebra of infinitesimal generators for an action of a Lie group on a manifold
Calling Sequence
InfinitesimalTransformation(phi, par, initialpoint)
Parameters
phi
-
a transformation from a manifold M to M, depending upon 1 or more parameters [a, b, ...].
par
a list of the group parameters appearing in the transformation phi
id
(optional) a list of equations initialpoint = [a = a0, b = b0, ... ] specifying the values of the parameters a, b, ... which give the identity transformation on M; the default value each parameter value is 0.
Description
Let mu: G x M -> M define a (right) action of an r-dimensional Lie group G on a manifold M.
Let R_i, i = 1 ... r denote a basis for the right invariant vector fields on G. Then the vector fields X_i(x) = mu_*(e, x)(R_i(e)) (where mu_* is the Jacobian of mu, e is the identity element of G, and x is a point of M) define a Lie algebra of vector fields on M whose structure constants coincide with the structure constants of the Lie algebra of right invariant vector fields R_i. The vector fields X_i are called the infinitesimal generators for the action mu.
For convenience, the command InfinitesimalTransformation treats the action mu as a parameterized family of transformations phi: M -> M. The infinitesimal transformations are then computed by taking the derivatives of the components of phi with respect to the group parameters and evaluating the result at the identity. A list of vector fields is returned, one vector field for each group parameter in par.
This command is part of the DifferentialGeometry package, and so can be used in the form InfinitesimalTransformation(...) only after executing the command with(DifferentialGeometry). It can always be used in the long form DifferentialGeometry:-InfinitesimalTransformation.
Examples
Example 1.
The group of Euclidean motions in the plane, consisting of translations in the coordinate directions and rotations about the origin. We initialize the coordinates on the plane and define a 3-parameter transformation consisting of all the Euclidean motions.
To calculate the structure equations for this Lie algebra of vector fields, use the LieAlgebraData command from the LieAlgebras package. Here [e1, e2, e3] denote the vectors in Gamma and only the non-trivial brackets are displayed.
Example 2.
The group of fractional linear transformations on the line.
The identity transformation is given by a = 1, b = 0, c = 0, d = 1. Only the non-zero parameter values need to be specified.
Note that these vectors fields are not linearly independent over the real numbers (Gamma2[1] = - Gamma2[4]). This is because the parameter values [a = t, b = 0, c = 0, d = 1] and [a = 1, b = 0, c = 0, d = 1/t] generate the same 1-parameter group of transformations, that is, the action is not effective.
We can remove the linearly dependent elements of Gamma2 a with the DGbasis command.
Alternatively, we can make the action effective by normalizing the parameters to a*b - c*d = 1. (Now the group is SL2, the set of all 2 x 2 matrices with a determinant of 1.)
Example 3.
The group of fractional linear transformations in the plane.
Again we have to remove linearly dependent vectors:
See Also
DifferentialGeometry, LieAlgebras, DGbasis, Flow, GetComponents, LieAlgebraData, Transformation
Download Help Document