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
LieAlgebras[ParabolicSubalgebra] - find the parabolic subalgebra defined by a set of simple roots or a set of restricted simple roots
LieAlgebras[ParabolicSubalgebraRoots] - find the simple roots which generate a parabolic subalgebra
Calling Sequences
ParabolicSubalgebra(
ParabolicSubalgebraRoots()
Parameters
Sigma - a list or set of column vectors, defining a subset of simple roots
T1 - a table, with indices that include "RootSpaceDecomposition", "CartanSubalgebra", "SimpleRoots", and "PositiveRoots"
T2 - a table, with indices that include "RestrictedRootSpaceDecomposition", "CartanSubalgebraDecomposition", "RestrictedSimpleRoots" and "RestrictedPositiveRoots"
Par - a list of vectors in a Lie algebra, defining a parabolic subalgebra
Description
Let g be a semi-simple Lie algebra. A Borel subalgebra b is any maximal solvable subalgebra. A parabolic subalgebra p is any subalgebra containing a Borel subalgebra b. Alternatively, a subalgebra p is parabolic if its nilradical is the orthogonal complement of p with respect to the Killing form
Let h be an Cartan subalgebra and the associated root space decomposition. Let be a choice of positive roots and let be a set of simple roots. The subalgebra is called the standard Borel subalgebra associated to h and any parabolic subalgebra containing it is called a standard parabolic subalgebra. (One could replace the summation over the positive roots by one over the negative roots.)
Given a standard parabolic subalgebra p , let This set of simple roots completely specifies the parabolic subalgebra p. Conversely, given a set of simple roots let is a linear combination of the roots in and set . Then is a standard parabolic subalgebra.
For the parabolic subalgebras of a real semi-simple Lie algebra the situation is essentially the same except that one must consider the restricted root space decomposition relative to a maximal Abelian subalgebra a on which the Killing form is positive-definite.
Let Σ be a subset of the simple roots and set = The command ParabolicSubalgebra returns the standard parabolic subalgebra The command ParabolicSubalgebraRoots returns the list of simple roots
With the keyword argument method = "non-compact", a real parabolic subalgebra is calculated.
With the standard Borel subalgebra is returned.
If the Lie algebra is created from the command SimpleLieAlgebraData , then the table obtained from the command SimpleLieAlgebraProperties can be used as the second argument or
The command Query/"ParabolicSubalgebra" will test if a given subalgebra of a semi-simple Lie algebra is parabolic.
Examples
Example 1.
We calculate the parabolic subalgebras for We use the command SimpleLieAlgebraData to initialize the Lie algebra.
We use the command SimpleLieAlgebraProperties to obtain the Cartan subalgebra, root space decomposition etc.
Here are the properties we need:
The possible subsets of the simple roots are:
The possible parabolic subalgebras of are therefore:
The Query command can be used to check that these subalgebras are parabolic subalgebra.
With the command ParabolicSubalgebraRoots, we can find the simple roots used to create the parabolic algebra .
Example 2.
We calculate (real) parabolic subalgebras for We use the command SimpleLieAlgebraData to initialize the Lie algebra.
We use the command SimpleLieAlgebraProperties to calculate the restricted root space decomposition and the restricted simple roots.
The possible subsets of restricted simple roots are:
The parabolics subalgebras defined by these sets of restricted roots are:
Check that the subalgebra defined by (2.26) is parabolic.
Find the restricted roots used to define .
See Also
DifferentialGeometry, CartanSubalgebra, Killing , LieAlgebras, PositiveRoots, SimpleRoots, RootSpaceDecomposition, RestrictedRootSpaceDecomposition, Signature, SimpleLieAlgebraData, SimpleLieAlgebraProperties
Download Help Document