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

Online Help

All Products    Maple    MapleSim


KillingForm

calculate the Killing form of a LAVF object.

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

KillingForm( obj)

Parameters

obj

-

a LAVF object that is a Lie algebra i.e. IsLieAlgebra(obj) returns true, see IsLieAlgebra.

Description

• 

Let L be a LAVF object which is a Lie algebra. Then KillingForm method returns the Killing form of L, as a KF Maple object.

• 

The returned KF object is for representing the Killing form. A valid KF object can act as a symmetric bilinear operator (form) and has access to some methods. See Overview of the KF object for more detail.

• 

This method is associated with the LAVF object. For more detail, see Overview of the LAVF object.

Examples

(1)

(2)

Construct a LAVF for the Euclidean Lie algebra E(2).

(3)

(4)

(5)

To exercise the Killing form K, we introduce the following two vector fields on the same space as L

(6)

(7)

...and evaluate the Killing form...

(8)

Compatibility

• 

The KillingForm command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

LieAlgebrasOfVectorFields (Package overview)

LAVF (Object overview)

LieAlgebrasOfVectorFields[VectorField]

LieAlgebrasOfVectorFields[LHPDE]

LieAlgebrasOfVectorFields[LAVF]

IsLieAlgebra

KF (Object overview)

 


Download Help Document