Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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