Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
LieAlgebras[RepresentationEigenvector] - find a simultaneous eigenvector for the representation of a solvable Lie algebra
Calling Sequences
RepresentationEigenvector(rho)
Parameters
rho - a representation of a solvable Lie algebra g on a vector space V
Description
If rho: g -> gl(V) is a representation of a solvable Lie algebra g, then a fundamental theorem due to Lie (see, for example, Fulton and Harris, page 125 or Varadarajan, page 200) asserts that there is a vector y in V such that rho(x)(y) = lamba_x y for all x in g. The eigenvector y may be complex and will, in general, not be unique. The program RepresentationEigenvector(rho) returns one such vector.
The program RepresentationEigenvector(rho) works as follows: First a change of basis is made using the program AscendingIdealsBasis so that in the new basis [f_1, f_2, ..., f_n] the vectors [f_1, f_2, ..., f_k] form an ideal in [f_1, f_2, ..., f_(k + 1)]. Then an eigenspace E1 for rho(f1) is found. This space is invariant under rho(f2) so the program next finds a subspace E2 in E1 which is an eigenspace for rho(f2) and so on.
Examples
Example 1.
First we define a representation of a 4 dimensional algebra.
Calculate a common eigenvector. The program returns the eigenvalues and the eigenvectors.
We remark that this representation admits an invariant vector D_x2, which is also a simultaneous eigenvector with eigenvalues [0, 0, 0, 0].
Example 2.
When there is more than one simultaneous eigenvector, the one found by the procedure RepresentationEigenvector may depend upon the basis chosen for the representation space. For example, if we change basis for the representation space in Example 1, the program returns a vector with eigenvalues [0, 0, 0, 0] - that is, an invariant vector.
Example 3.
Here we give a simple example where one of the eigenvalues is complex.
Example 4.
We redo Example 1 with a change of basis for the algebra. We also set infolevel[RepresentationEigenvector] = 2 so that the sequence of common eigenvectors is displayed.
The common eigenspace for the first 1 vectors is [-D_x1+D_x4, D_x3, -2*D_x1+D_x2]
The common eigenspace for the first 2 vectors is [-4/3*D_x1+D_x2+4/3*D_x3-2/3*D_x4] The common eigenspace for the first 3 vectors is [-4/3*D_x1+D_x2+4/3*D_x3-2/3*D_x4] The common eigenspace for the first 4 vectors is [-4/3*D_x1+D_x2+4/3*D_x3-2/3*D_x4]
See Also
DifferentialGeometry, Library, LieAlgebras, ApplyRepresentation, ChangeBasis, infolevel, Invariants, Representation, Retrieve
Download Help Document