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

Online Help

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

Query[MatrixAlgebra] - check if each matrix in a list of matrices belongs to a specified classical matrix algebra

Calling Sequences

     Query("MatrixAlgebra")

Parameters

      A        - a  list of square matrices, or a matrix representation of a Lie algebra

      alg      - a string, specifying a classical matrix algebra

      options  - (optional) keyword arguments output, quadraticform, skewform 

 

Description

Examples

Description

• 

This query checks if a given list of matrices belongs to one of the following matrix algebras :

• 

For the definitions of all these matrix algebras see, SimpleLieAlgebraData.

Examples

 

Example 1.

We check if each matrix in a list of matrices belongs to

(2.1)

(2.2)

 

With the keyword argument output  = 'integer' , 0 is returned if all the matrices belong to the specified matrix algebra, otherwise the position of the first matrix which does not belong to the specified matrix algebra is returned.

(2.3)

(2.4)

 

Example 2.

We check if each matrix in list of matrices belong to . This is the Lie algebra of 4×4 matrices which are skew-symmetric with respect to a quadratic form of signature [2,2]. The default choice for the quadratic form is .  With the keyword argument version  = 2, the quadratic form  is used. With the keyword argument quadraticform  = , the quadratic form (a 4×4 symmetric matrix with signature [2, 2]) is used.

 

1. Default option.

(2.5)

 

2. with version = 2.

(2.6)

 

3. with quadraticform = M

(2.7)

Example 3.

We check if the members of a list of matrices belong to This is the real Lie algebra of matrices which are skew-symmetric with respect to a skew-symmetric matrix .  The default choice is .  Other forms for can be specified with the keyword argument skewform =

Here is the standard form of the matrices for .

(2.8)

 

Define a skew-symmetric matrix .

 

Here is the form of the matrices for with respect to

(2.9)

 

Example 4.

Check that a list of matrices consists of  upper triangular matrices.

(2.10)

 

Example 5.

Check that a list of matrices consists of nilpotent matrices.

alg > 

(2.11)

(2.12)

 

Example 6.

Check that the following matrices define a Lie algebra and that this representation is unitary.

u3 > 

u3 > 

(2.13)
u3 > 

(2.14)
u3 > 

(2.15)
alg > 

alg > 

(2.16)

See Also

DifferentialGeometry

Query

Representation

SimpleLieAlgebraData

StandardRepresentation

 


Download Help Document