Query[SolvableRepresentation] - check if a representation of a Lie algebra is solvable
Calling Sequences
Query(rho, SolvableRepresentation)
Parameters
rho - a representation of a Lie algebra
Description
Examples
Let g be a Lie algebra, V a vector space and ρ:𝔤 → glV a representation. This query returns true if for each x ∈ 𝔤, the matrix ρx is upper triangular.
with⁡DifferentialGeometry:with⁡LieAlgebras:with⁡Library:
Example 1.
Retrieve the structure equations for a Lie algebra from the DifferentialGeometry library.
L≔Retrieve⁡Winternitz,1,4,7,alg1
L:=e1,e4=2⁢e1,e2,e3=e1,e2,e4=e2,e3,e4=e2+e3
Initialize the Lie algebra and create a 4-dimensional representation space.
DGsetup⁡L:
DGsetup⁡x1,x2,x3,x4,V
frame name: V
Define the adjoint representation.
ρ≔Representation⁡alg1,V,Adjoint⁡alg1
Query⁡ρ,SolvableRepresentation
true
See Also
DifferentialGeometry
LieAlgebras
Query
Representation
Download Help Document