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
LieAlgebras[MinimalSubalgebra] - find the smallest Lie subalgebra containing a given set of vectors from a Lie algebra, find the smallest matrix algebra containing a given set of matrices
Calling Sequences
MinimalSubalgebra(S)
MinimalSubalgebra(M)
Parameters
S - a list of vectors in a Lie algebra
M - a list of square matrices
Description
MinimalSubalgebra(S) calculates the smallest Lie subalgebra containing the list of vectors S from a defined Lie algebra g. A list of basis vectors for the subalgebra from the Lie algebra g is returned.
MinimalSubalgebra(M) calculates the smallest matrix algebra containing the matrices in the list M.
The command MinimalSubalgebra is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form MinimalSubalgebra(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-MinimalSubalgebra(...).
Examples
Example 1.
First we initialize a Lie algebra and display the multiplication table.
Find the minimal subalgebra containing [e1, e3].
Find the minimal subalgebra containing [e2, e3].
Find the minimal subalgebra containing [e2, e5].
Example 2.
The command MinimalSubalgebra also works with matrices.
We can use the LieAlgebraData command to verify that the set of matrices N defines a 4-dimensional Lie algebra and to determine the commutator relationships.
Here e1, e2, e3, e4 denote the four matrices N[1], N[2], N[3], N[4].
See Also
DifferentialGeometry, LieAlgebras, LieAlgebraData , MinimalIdeal, Query[Subalgebra]
Download Help Document