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[DirectSumOfRepresentations] - form the direct sum representation for a pair of representations of a Lie algebra
Calling Sequences
DirectSum(R, W)
Parameters
R - a list R = [rho1, rho2, ...] of representations rho1, rho2, ... of a Lie algebra g on vector spaces V1, V2, ...
W - a Maple name or string, the name of the frame for the representation space for the direct sum representation
Description
Let W = V1 + V2 + ... (direct sum). The command DirectSum(R, W) returns the representation phi on W defined by phi(x)(y) = rho1(x)(y1) + rho2(x)(y2) + ..., where y = y1 + y2 + ..., y1 in V1, y2 in V2, ... and x in g.
Examples
Example 1.
Define the standard representation and the adjoint representation for sl2. Then form the direct sum representation. First, setup the representation spaces.
Define the standard representation.
Define the adjoint representation.
Define the direct sum representation of rho1 and rho2.
Define the direct sum of 3 copies of rho1.
See Also
DifferentialGeometry, LieAlgebras, Representation
Download Help Document