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
Query[Ideal] - check if a subalgebra defines an ideal in a Lie algebra
Calling Sequences
Query(S, "Ideal")
Query(S, parm, "Ideal")
Parameters
S - a list of independent vectors which defines a subalgebra in a Lie algebra g
parm - (optional) a set of parameters appearing in the list of vectors S; it is assumed that the set of vectors S is well-defined when the parameters vanish
Description
S is a basis for an ideal in the Lie algebra g if [x,y] in span(S) for all x in S and y in g.
Query(S, "Ideal") returns true if the subalgebra S defines an ideal.
Query(S, parm, "Ideal") returns a sequence TF, Eq, Soln, IdealList. Here TF is true if Maple finds parameter values for which S is an ideal and false otherwise; Eq is the set of equations (with the variables parm as unknowns) which must be satisfied for S to be an ideal; Soln is the list of solutions to the equations Eq; and IdealList is the list of ideals obtained from the parameter values given by the different solutions in Soln.
The command Query is part of the DifferentialGeometry:-LieAlgebras package. It can be used in the form Query(...) only after executing the commands with(DifferentialGeometry) and with(LieAlgebras), but can always be used by executing DifferentialGeometry:-LieAlgebras:-Query(...).
Examples
Example 1.
First initialize a Lie algebra; then define some subalgebras S1, S2, S3 and check to see if they are ideals.
The subalgebra S3 depends on a parameter a1. We find which parameter values make S3 an ideal.
The following equations must hold for S3 to be an ideal (each expression must vanish).
See Also
DifferentialGeometry, LieAlgebras, Query
Download Help Document