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[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