Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
LieAlgebraData[LieAlgebraName] - convert an Array of structure constants to a Lie algebra data structure
Calling Sequence
LieAlgebraData(LieAlgebraName)
Parameters
LieAlgebraName - name or string, the name of a Lie algebra
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 LieAlgebraData is a Lie algebra data structure which contains the structure constants in a standard format used by the LieAlgebras package.
The command LieAlgebraData(LieAlgebraName) returns the Lie algebra data structure for the Lie algebra with the name LieAlgebraName. Thus, this command acts formally as the inverse of the command DGsetup.
This command can be used to paste a Lie algebra constructed in one Maple worksheet into another worksheet.
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.
First we initialize a 3 dimensional Lie algebra called Ex1.
LieAlgebraData gives us back the Lie algebra data structure for the Lie algebra Ex1. We can paste the output of this LieAlgebraConvert into another worksheet.
See Also
DifferentialGeometry, LieAlgebras, LieAlgebraData
Download Help Document