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
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