Derivation - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Query[Derivation] - check if a matrix defines a derivation on a Lie algebra

Calling Sequences

     Query(Alg, A, "Derivation")

     Query(Alg, A, parm, "Derivation")

Parameters

     Alg     - the name of an initialized Lie algebra 

     A       - an n x n Matrix, where n is the dimension of the Lie algebra ; a transformation mapping  to

     parm    - a set of parameters appearing in the Matrix A or in the Lie algebra

 

Description

Examples

Description

• 

A matrix  is a derivation for a Lie algebra  if the associated linear transformation mapping   satisfies  ( for all .

• 

Query(Alg, A, "Derivation") returns true if the matrix A or transformation defines a derivation for the Lie algebra g and false otherwise.

• 

Query(Alg, A, parm, "Derivation") returns a 4-tuple TF, Eq, Soln, B.  Here TF is true if Maple finds a set of values for the parameters for which the Matrix or transformation A is a derivation; Eq is the defining set of equations for the parameters parm in order that the matrix A be a derivation; Soln is a list of solutions to the equations Eq; and B is the list of Matrices obtained by evaluating A on the solutions in the list 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 and display the Lie bracket multiplication table.

(2.1)

Alg1 > 

(2.2)

 

Because of the Jacobi identities,  is always a derivation for any in the Lie algebra.  For example:

Alg1 > 

(2.3)
Alg1 > 

(2.4)

 

Example 2.

To illustrate the second use of Query with keyword "derivation", we find all the derivations of the above Lie algebra of the special form given by the following matrix , which depends upon 3 parameters

Alg1 > 

(2.5)
Alg1 > 

(2.6)
Alg1 > 

(2.7)

 

We conclude that there is a 2-parameter family of derivations of the type  and these are given by .  We can confirm this result with another call to Query.

Alg1 > 

(2.8)

See Also

DifferentialGeometry

LieAlgebras

Adjoint

Derivations

MultiplicationTable

Query

Transformation

 


Download Help Document