Example 1.
We define a 5 dimensional representation of a 3 dimensional solvable Lie algebra.
>
|
|
| (2.1) |
>
|
|
alg1 >
|
|
V1 >
|
|
V1 >
|
|
| (2.2) |
We find a new basis for the representation space in which the matrices are all upper triangular.
alg1 >
|
|
| (2.3) |
To verify this result we use the ChangeBasis command to change basis in the representation space.
V1 >
|
|
| (2.4) |
Example 2.
We define a 6 dimensional representation of a 3 dimensional solvable Lie algebra.
alg1 >
|
|
| (2.5) |
alg1 >
|
|
Alg2 >
|
|
V2 >
|
|
V2 >
|
|
| (2.6) |
In this example some of the eigenvectors found by the RepresentationEigenvector program are complex and it is not possible to find a real basis in which the representation is upper triangular.
Alg2 >
|
|
| (2.7) |
Alg2 >
|
|
| (2.8) |
V2 >
|
|
| (2.9) |
To obtain an upper triangular representation with respect to a complex basis, use the optional argument fieldextension = I.
Alg2 >
|
|
| (2.10) |
V2 >
|
|
| (2.11) |
Example 3.
If the name of an algebra is passed to the program SolvableRepresentation, then the assumed representation is the adjoint representation of the algebra (or current frame).
Alg2 >
|
|
| (2.12) |
V2 >
|
|
The adjoint representation of this algebra is not upper triangular.
Alg3 >
|
|
| (2.13) |
Alg3 >
|
|
| (2.14) |
Alg3 >
|
|
| (2.15) |
Alg3 >
|
|
Now in this new basis the adjoint representation is upper triangular.
Alg4 >
|
|
| (2.16) |
Example 4.
An example with complex eigenvalues.
Alg4 >
|
|
| (2.17) |
Alg4 >
|
|
Alg5 >
|
|
| (2.18) |
Alg5 >
|
|
| (2.19) |
In this new basis the adjoint representation is upper triangular except for a 2x2 "complex" block on the diagonal for ad(e4).
Alg5 >
|
|
| (2.20) |
We rerun this example with the option method = "complex".
Alg5 >
|
|
| (2.21) |
Alg5 >
|
|
| (2.22) |
Alg5 >
|
|
| (2.23) |
Example 5.
Let rho: g -> V be a representation of a nilpotent Lie algebra g on a vector space V. The representation is called a nilrepresentation if each matrix A = rho(x) is nilpotent, that is A^k = 0 for some k. Engel's theorem (see, for example, Fulton and Harris, page 125 or Varadarajan, page 189) asserts that if rho is a nilrepresentation, then there is a basis for V for which all the representation matrices are strictly upper triangular.
Alg5 >
|
|
| (2.24) |
Alg5 >
|
|
Alg5 >
|
|
V5 >
|
|
V5 >
|
|
| (2.25) |
Check that Alg5 is a nilpotent algebra, that rho is a representation, and that rho is a nilrepresentation.
Alg5 >
|
|
| (2.26) |
Alg5 >
|
|
| (2.27) |
Alg5 >
|
|
| (2.28) |
Alg5 >
|
|
| (2.29) |
Alg5 >
|
|
| (2.30) |
In this new basis the ad matrices are all nilpotent.
Alg5 >
|
|
| (2.31) |