Overview of the KF Object
Description
KF Object Methods
Examples
The KF object is designed and created to represent the Killing form of a Lie algebra.
By definition, the Killing form K of a Lie algebra L is the symmetric bilinear form on L and defined by K(V,V') = tr(ad V. adV') where V,V' are vector fields in L.
The KF object can only be constructed via query the Killing form of a Lie algebra. That is, let L be a LAVF object then the call K := KillingForm(L) construct a KF object K. object. See KillingForm for more detail.
Some methods become available once a valid KF object is constructed. See below for more details.
After a KF object K is successfully constructed, each method of K can be accessed by either the short form method(K, arguments). Note that the long form K:-method(K, arguments) would not work because the KF object is designed as a local Maple object.
The following is a list of available methods for a KF object.
GetMatrix
IsTrivial
IsNondegenerate
The KF object can act as the symmetric bilinear operator. See KF Object as Operator for more detail.
Construct a vector fields system for E(2).
Find the KillingForm of L
Although the Killing form K is an KF object, KF is a local Maple object and is not visible to public.
Error, type `KF` does not exist
The KF object K can act as a symmetric bilinear operator on vector fields,
And K has access to some methods:
See Also
LieAlgebrasOfVectorFields (Package overview)
LAVF (Object overview)
LieAlgebrasOfVectorFields[LAVF]
KillingForm
Download Help Document