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[SimpleRoots] - find the simple roots for a set of positive roots
Calling Sequences
SimpleRoots(PR
Parameters
PR - a list of vectors, giving the positive roots of a simple Lie algebra
Description
Let be a list of roots for either an abstract root system or for a simple Lie algebra. In particular, must have an even number of elements and if then . Write where, if then and then The set is called the set of positive roots. The choice of positive roots is not unique.
If is set of positive roots,then a root is called a simple root if it is not a sum of any other 2 positive roots.
If is a set of simple roots for , then every root in is a linear combination of the roots in with positive integer coefficients.
The number of simple roots equals the rank of the Lie algebra.
Examples
Example 1.
We calculate the simple roots for the Lie algebra This is the 36-dimensional Lie algebra of matrices which are skew-symmetric with respect to the skew form
We use the command SimpleLieAlgebraData to obtain the structure equations for this Lie algebra.
The following diagonal elements define a Cartan subalgebra. (This can be calculated using the command CartanSubalgebra).
Here is the corresponding root space decomposition.
We calculate the positive roots for .
The rank of is 4 so we should find 4 positive roots.
We check that the positive roots are positive integer linear combinations of the simple roots with the GetComponents command.
See Also
DifferentialGeometry, DGzip, GetComponents, LieAlgebra, RootSpaceDecomposition, PositiveRoots, SimpleLieAlgebraData
Download Help Document