Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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