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[BracketOfSubspaces] - calculate the span of the Lie bracket of two lists of vectors in a Lie algebra, calculate the span of the matrix commutator of two lists of matrices
Calling Sequences
BracketOfSubspaces(S1, S2)
BracketOfSubspaces(M1, M2)
Parameters
S1, S2 - two lists of vectors whose spans determine subspaces of a Lie algebra g
M1, M2 - two lists of square matrices
Description
The first calling sequence BracketOfSubspaces(S1, S2) calculates the span of the set of vectors [x, y] for all x in S1 and all y in S2.
The second calling sequence BracketOfSubspaces(M1, M2) calculates the span of all matrices [a, b] = a.b - b.a for all a in S1 and all b in S2.
A list of linearly independent vectors defining a basis for [S1, S2] or [M1, M2] is returned. If [S1, S2] is trivial (that is, all the vectors in S1 commute with all the vectors in S2 then an empty list is returned.
The command BracketOfSubspaces is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form BracketOfSubspaces(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-BracketOfSubspaces(...).
Examples
Example 1.
First we initialize a Lie algebra.
We bracket the subspaces S1 = [e1, e2] and S2 = [e3, e4].
We bracket the subspace S3 = [e1, e2, e3] with itself.
Example 2.
The command also works with lists of matrices.
See Also
DifferentialGeometry, LieAlgebras, Series
Download Help Document