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[SymmetricPair] - check if a subalgebra, subspace pair defines a symmetric pair in a Lie algebra
Calling Sequences
Query(M, S, "SymmetricPair")
Query(M, S, parm, "SymmetricPair")
Parameters
M - a list of independent vectors which defines a reductive complement to S in g
S - a list of independent vectors which form a subalgebra in a Lie algebra g
parm - (optional) a set of parameters appearing in the list of vectors M
Description
The subspace spanned by M defines a symmetric complement to the subalgebra spanned by S if M is a reductive complement to S and [x, y] in span(S) for all x in M and all y in M.
If S, M are a symmetric pair then they are always a naturally reductive pair for any inner product B on M.
Query(M, S, "SymmetricPair") returns true if the subspace M defines a symmetric complement to the subalgebra S, and false otherwise.
Query(M, S, parm, "SymmetricPair") returns a sequence TF, Eq, Soln, symmetricList. Here TF is true if Maple finds parameter values for which S is a symmetric complement and false otherwise; Eq is the set of equations (with the variables parm as unknowns) which must be satisfied for S to be a symmetric complement; Soln is the list of solutions to the equations Eq; and symmetricList is the list of symmetric complements obtained from the parameter values given by the different solutions in Soln.
The command Query is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form Query(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-Query(...).
Examples
Example 1.
First initialize a Lie algebra and display the Lie bracket multiplication table.
We can check that the subspace M1 = [e2, e3] defines a symmetric complement for the subalgebra S1 = [e1, e4].
In fact, we can show that M1 = [e2, e3] is the only symmetric complement to S1 by constructing the general complement M2 = [e2 + a1*e1 + a2*e4, e3 + a3*e1 + a4*e4].
SOLN shows that all the parameters must be zero in order for S2, M2 to define a symmetric pair.
Next we show that the subalgebra S3 = [e4] does not admit a symmetric complement at all.
See Also
DifferentialGeometry, LieAlgebras, Query
Download Help Document