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
Query[RootSpaceDecomposition] - check that a table of roots and root spaces gives a root space decomposition for a semi-simple Lie algebra with respect to given Cartan subalgebra
Calling Sequences
Query()
Parameters
CSA - a list of vectors in a Lie algebra, defining the Cartan subalgebra of a semi-simple Lie algebra
RSD - a table, defining a root space decomposition of a Lie algebra
options - the keyword argument output = "root"
Description
Let g be a semi-simple Lie algebra and h a Cartan subalgebra. Let be a basis forThe linear transformations are simultaneously diagonalizable over C -- if x 2 g is a common eigenvector for all these transformations, then . The -tuples 2 called the roots Δ of with respect to the Cartan subalgebra . The eigenspace decomposition is called the root space decomposition of g with respect to h.
For each root and corresponding root space , this query checks that . It also checks that the span of the Cartan subalgebra and the root spaces is the full Lie algebra .
With output = "root", this query will return the root if the equations fail.
Examples
Example 1.
Check the root space decomposition for a 10-dimensional Lie algebra.
Here is the Lie algebra data structure.
Initialize the Lie algebra.
Define a subalgebra and check that it is a Cartan subalgebra.
Define a table of roots and root spaces and check that it gives a root space decomposition.
See Also
DifferentialGeometry, CartanSubalgebra, LieAlgebras, Query, Query[CartanSubalgebra], RootSpaceDecomposition
Download Help Document