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[CartanMatrixToStandardForm] - transform a Cartan matrix to standard form
Calling Sequences
CartanMatrixToStandardForm(,)
Parameters
C - a square matrix
SR - (optional) a list of vectors, the simple roots used to determine the Cartan matrix for a simple Lie algebra
Description
Let be a set of simple roots for g. Then the associated Cartan matrix is the matrix with entries
.
(See CartanMatrix for the definition of the vectors )
A permutation of the roots leads to a different but equivalent Cartan matrix.
The command CartanMatrixToStandardForm transforms a Cartan matrix to the standard form for each root type.
The command returns the Cartan matrix in standard form, a permutation matrix, and a string denoting the root type. The permutation matrix will transform the given Cartan matrix to its standard form by a similarity transformation.
If the second calling is invoked, then the second element of the output is the permuted set of simple roots which will generate the standard form of the Cartan matrix.
Examples
Example 1.
We define 4 different Cartan matrices and calculate their standard forms and root type.
Here are the standard forms, permutation matrices and root types.
For each example the second output is a permutation matrix which transforms the given input Cartan matrix to its standard form.
Example 2.
We define a 21-dimensional simple Lie algebra and calculate its root type.
Initialize this Lie algebra.
Find a Cartan subalgebra.
Find the root space decomposition.
Find the roots, positive roots and a choice of simple roots.
Find the Cartan matrix.
Transform the Cartan matrix to standard form. Here we use the second calling sequence. The command CartanMatrixToStandardForm now returns a permuted set of simple roots for which the Cartan matrix will be in standard form.
Check the result by re-calculating the Cartan matrix with respect to the permuted set of roots. We get the standard form immediately.
The root type of our 21-dimensional Lie algebra is
See Also
DifferentialGeometry, CartanMatrix, CartanSubalgebra, PositiveRoots, RootSpaceDecomposition, SimpleRoots
Download Help Document