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
LieAlgebraData[VectorFields] - convert a Lie algebra of vector fields to a Lie algebra data structure
Calling Sequence
LieAlgebraConvert(Gamma, AlgName, option)
Parameters
Gamma - a list of vector fields on a manifold M
Algname - a name or string, the name to be assigned to the Lie algebra
option - initialpointlist = [pt1, pt2, ...], a list of lists of coordinates for points of M
Description
In the LieAlgebras package, the command DGsetup is used to initialize a Lie algebra -- that is, to define the basis elements for the Lie algebra and its dual and to store the structure constants for the Lie algebra in memory. The first argument for DGsetup is a Lie algebra data structure which contains the structure constants in a standard format used by the LieAlgebras package.
An important class of Lie algebras are provided by the infinitesimal generators (vector fields) for any r-parameter transformation group. These vector fields form a Lie algebra with respect the LieBracket operation. The program LieAlgebraData(Gamma, AlgName) will create the Lie algebra data structure for the Lie algebra of vector fields Gamma.
This program uses the GetComponents command with the option method = "real" to calculate the Lie brackets of the vector fields in Gamma as constant, real, linear combinations of the vectors in Gamma. When the component functions of the vector fields in Gamma are transcendental functions, it is best to specify a small list of points at which these component functions and their derivatives are easily evaluated.
The command LieAlgebraData is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form LieAlgebraData(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-LieAlgebraData(...).
Examples
Example 1.
We calculate the structure equations for this Lie algebra of vector fields.
Example 2.
See Also
DifferentialGeometry, LieAlgebras, LieAlgebraData, LieBracket MultiplicationTable
Download Help Document