Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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