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