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
GroupActions[InfinitesimalPseudoGroupNormalizer] - find the normalizer of a finite dimensional Lie algebra of vector fields in an (infinite-dimensional) pseudo-Lie algebra of vector fields
Calling Sequences
InfinitesimalPseudoGroupNormalizer(Gamma, options)
Parameters
Gamma - a list, a basis for a Lie algebra of vector fields on a manifold
options - (optional) arguments that can be given in any order and are described as follows
ansatz - ansatz= Z, where Z is a vector field on
unknowns - unknowns = U, where U is a list of the unknown functions appearing in the vector field
auxiliaryequations - auxiliaryequations = E, where E is a list of additional partial differential equations to be imposed on the unknowns functions U
parameters - parameters = P, where P is a set of parameters appearing in the vector fields
liealgebra - liealgebra = name, where name is the string or name for the abstract Lie algebra defined by
output - output = "general", "pde" or "list"
other options - optional arguments to be passed to pdsolve
Description
Let be a -dimensional Lie algebra of vector fields, defined on a manifold Let be an infinite dimensional Lie algebra of vector fields on , whose general element depends upon a certain number of arbitrary functions and suppose Then the normalizer of in is
Norfor all
= { for and where the coefficients are constant}.
The vector fields always belong to Nor(. The procedure InfinitesimalPseudoGroupNormalizer uses the pdsolve command to calculate Nor(modulo the vector fields in but including vector fields in the center of .
With the calling sequence InfinitesimalPseudoGroupNormalizer(Gamma), the normalizer of in the full infinitesimal pseudo-group of all vector fields on is computed. With output = "general" (the default value), a single vector field, depending upon arbitrary constants and functions, is returned. If the output depends only on constants (that is, Nor( is a finite-dimensional algebra) and output = "list", then a list of vectors is returned. In this case the vector fields in the center of are removed. With output = "general", the determining differential equations for the normalizer are returned.
With the keyword argument ansatz = Z, the procedure InfinitesimalPseudoGroupNormalizer calculates Nor(, where is the infinitesimal pseudo-group defined by the vector field Z. With this keyword option, the unknown functions in Z must be explicitly listed using the keyword argument unknowns = U. Additional algebraic and differential constraints on the unknown functions in Z may be specified with the keyword argument auxiliaryequations = E. Note that the full system of differential equations for Z is likely to be inconsistent if the vector fields in do not satisfy the differential constraints defined by E.
If the abstract Lie algebra determined by has been calculated and initialized (see LieAlgebraData, DGsetup), then this information can be passed to InfinitesimalPseudoGroupNormalizer with the keyword argument liealgebra = name.
The keyword argument parameters = P will invoke the case-splitting capabilities of pdsolve . In this case, the output of InfinitesimalPseudoGroupNormalizer will be a sequence of normalizers for both the generic and special values of the parameters.
The command InfinitesimalPseudoGroupNormalizer is part of the DifferentialGeometry:-GroupActions package. It can be used in the form InfinitesimalPseudoGroupNormalizer(...) only after executing the commands with(DifferentialGeometry) and with(GroupActions), but can always be used by executing DifferentialGeometry:-GroupActions:-InfinitesimalPseudoGroupNormalizer(...).
Examples
Example 1.
First define a 1-dimensional manifold with coordinate .
On , define 1 and 2-dimensional Lie algebras of vector fields respectively.
Find the normalizer of these two Lie algebras in the Lie algebras of all vector fields on .
Example 2.
Find the normalizer for the Lie algebra of infinitesimal rotations in 3 dimensions.
Now let us find the normalizer for the Lie algebra of infinitesimal rotations in 3 dimensions within the infinite dimensional Lie algebra of divergence-free vector fields.
First define a general vector field on with arbitrary coefficients and .
We use the keyword argument auxiliaryequations to require that the vector field be divergence-free.
Example 3.
In this example we shall calculate the normalizers for a Lie algebra of vector fields which depends upon a parameter . We find that Nor() mod has dimension 2 for and dimension 3 for .
Example 4.
We calculate the normalizer of the infinitesimal Euclidean group in the infinitesimal pseudo-group of all contact transformation on a 3 dimensional contact manifold with coordinates with contact form
Here is the standard Euclidean metric on the plane and the standard contact form on
We use the command InfinitesimalSymmetriesOfGeometricObjectFields to find the Lie algebra of vector fields which preserves the metric and the Pfaffian system generated by
We define an arbitrary vector field on and again use the command InfinitesimalSymmetriesOfGeometricObjectFields, this time to find the partial differential equations which the coefficients of must satisfy in order that this vector field be an infinitesimal contact transformation.
Note that the factor is an additional unknown satisfying .
The sought after normalizer of in the infinitesimal pseudo-group of contact transformations can now be computed.
We can check this result by noting that [i] the vector fieldspreserve and [ii] the normalizer is a 5 dimensional Lie algebra which contains as an ideal.
See Also
DifferentialGeometry, GroupActions, InfinitesimalSymmetriesOfGeometricObjectFields, LieAlgebraData, Query
Download Help Document