DifferentialGeometry/LieAlgebras/Query/SolvableRepresentation - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : DifferentialGeometry/LieAlgebras/Query/SolvableRepresentation

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

Description

• 

 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.

Examples

withDifferentialGeometry:withLieAlgebras:withLibrary:

 

Example 1.

Retrieve the structure equations for a Lie algebra from the DifferentialGeometry  library.

LRetrieveWinternitz,1,4,7,alg1

L:=e1,e4=2e1,e2,e3=e1,e2,e4=e2,e3,e4=e2+e3

(2.1)

 

Initialize the Lie algebra and create a 4-dimensional representation space.

DGsetupL:

alg1 > 

DGsetupx1,x2,x3,x4,V

frame name: V

(2.2)

 

Define the adjoint representation.

V > 

ρRepresentationalg1,V,Adjointalg1

alg1 > 

Queryρ,SolvableRepresentation

true

(2.3)

 

 

See Also

DifferentialGeometry

LieAlgebras

Query

Representation