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[MovingFrames] - a package for the Fels-Olver method of moving frames
Calling Sequences
RightMovingFrame(mu, G, K)
Invariantization(mu, rho, f)
Parameters
mu - a free (left) action of a Lie group G on a manifold M, given as a transformation from M to M
G - a Maple name or string, the name of the initialized coordinate system for the Lie group G
K - a list of equations defining a cross-section for the action mu
rho - a right moving frame for the action mu
f - a Maple expression, defining a function on M
Description
Let G be a Lie group with multiplication * and mu: G x M -> M a free (left) action of G on a manifold M. A right moving frame is a map rho: M -> G such that rho(mu(g, x)) = rho(x)*g^(- 1) for all g in G and x in M.
A cross-section to the action mu: G x M -> M is a submanifold K of M, with codim(K) = dim(G), which is transverse to the orbits of mu. Thus, if k1, k2 in K and mu(g, k1) = mu(g, k2), then k1 = k2.
The Invariantization command will map any function on M to a G invariant function.
Further commands for working with moving frames will be added to subsequent releases of the DifferentialGeometry package.
The commands RightMovingFrame and Invariantization are part of the DifferentialGeometry:-GroupActions:-MovingFrames package. They can be used in the forms RightMovingFrame(...) and Invariantization(...) only after executing the commands with(DifferentialGeometry), with(GroupActions), and with(MovingFrames), but can always be used by executing DifferentialGeometry:-GroupActions:-MovingFrames:-RightMovingFrame(...) and DifferentialGeometry:-GroupActions:-MovingFrames:-Invariantization(...).
References:
[1] M. Fels and P. Olver, Moving Coframes I. A practical algorithm Acta Appl. Math. 51 (1998)
[2] M. Fels and P. Olver, Moving Coframes II. Regularization and theoretical foundations, Acta Appl. Math. 55 (1999) 127-208
Examples
Example 1.
In this example, we shall use the method of moving frames to construct the fundamental differential invariant for the special affine group (translations, rotations, scaling) in the xy plane.
We start with the infinitesimal generators for the action of the special affine group.
This is a solvable group so we can use the Action command in the GroupAction package to find the action of the special affine group.
We use the program Prolong in the JetCalculus package to prolong this action to the 3-jets of E.
We calculate a moving frame for this prolonged action.
Warning, multiple moving frames
We use this moving frame to find the fundamental differential invariant on the 3-jet.
See Also
DifferentialGeometry, GroupActions, JetCalculus, LieAlgebras, Action, LieGroup, Prolong
Download Help Document