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
LieAlgebras[GeneralizedCenter] - find the generalized center of an ideal
Calling Sequences
GeneralizedCenter(S1, S2)
Parameters
S1 - a list of vectors defining a basis for an ideal h in a Lie algebra g
S2 - (optional) list of vectors defining a basis for a subalgebra k in a Lie algebra g which contains h
Description
If h is an ideal of the Lie algebra g and h is also a subalgebra of k, then the GeneralizedCenter(h, k) is the ideal of vectors x in k such that [x,y] in h for all y in k. In particular, the generalized center of h in g is the inverse image of the center of the quotient algebra g/h with respect to the canonical projection map g -> g/h.
A list of vectors defining a basis for the generalized center of h in k is returned. If the optional argument S2 is omitted, then the default is k = g.
If the generalized center of h in k is trivial, then an empty list is returned.
The command GeneralizedCenter is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form GeneralizedCenter(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-GeneralizedCenter(...).
Examples
Example 1.
First initialize a Lie algebra.
Calculate the generalized center of [e1, e2] in the Lie algebra Alg1.
Calculate the generalized center of [e1, e4] in [e1, e2, e4, e5].
DifferentialGeometry, LieAlgebras, Center
Download Help Document