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[SubRepresentation] - find the induced representation on an invariant subspace of the representation space
Calling Sequences
SubRepresentation(rho, S, W)
Parameters
rho - a representation of a Lie algebra g on a vector space V
S - a list of vectors in V whose span defines a rho invariant subspace of V
W - a Maple name or string, giving the frame name for the representation space for the subrepresentation
Description
If rho: g -> gl(V) is a representation and S is a subspace of V, then S is rho invariant if rho(x)(y) in S for all x in g and y in S. The command SubRepresentation(rho, W) returns the representation phi of g on the vector space S defined by phi(x)(y) = rho(x)(y) for all x in g and y in S.
Examples
Example 1.
We shall define a 4-dimensional representation rho of a 4 dimensional Lie algebra taken from the DifferentialGeometry Library, find an invariant subspace S of rho, and calculate the subrepresentation of rho on S.
Initialize the Lie algebra Alg1.
Initialize the representation space V.
Define the Matrices which specify a representation of Alg1 on V.
Define the representation with the Representation command.
Define a subspace of V.
We can use the Query command to check that S is a rho invariant subspace.
Define a frame for the induced representation of rho on S.
See Also
DifferentialGeometry, Library, LieAlgebras, Query, Representation, Retrieve
Download Help Document