Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
LieAlgebras[MatrixNormalizer] - find the matrix normalizer of a list of matrices
Calling Sequences
MatrixNormalizer(M, A)
Parameterss
M - a list of square matrices, each of the same dimension
A - (optional) a list of square matrices, each of the same dimension, containing the matrices M, and forming a Lie algebra
Description
The normalizer of a set of matrices contained in a Lie algebra of matrices is the Lie algebra of matrices for all When is a Lie algebra, is an ideal in
A list of vectors defining a basis for the normalizer of is returned.
For the first calling sequence the normalizer of is calculated in the Lie algebra of all matrices, where is the row dimension of the matrices in
The command MatrixNormalizer is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form MatrixNormalizer(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-MatrixNormalizer(...).
Examples
Example 1.
Find the normalizer of the set of matrices M1.
Example 2.
Find the normalizer of the set of matrices M2 within the Lie algebra A.
We use the LieAlgebraData command to calculate the commutation relations for the Lie algebra of matrices
See Also
DifferentialGeometry, LieAlgebras, SubalgebraNormalizer
Download Help Document