SymmetricProductsOfKillingTensors - 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 : Mathematics : DifferentialGeometry : Tensor : SymmetricProductsOfKillingTensors

Tensor[SymmetricProductsOfKillingTensors] - form all possible symmetric tensors of a given rank (linearly independent over the real numbers) from a list of symmetric tensors

Calling Sequences

     SymmetricProducstOfKillingTensors(K, p, ptlist )

Parameters

     K         - a list of lists of Killing tensors where is a list of Killing tensors of rank r on a manifold

     p         - a positive integer.

     ptlist    - (optional) a list of points on the manifold

 

Description

Examples

Description

• 

This program first computes all partitions of the integer , that is, all non-decreasing sequences with . Then, for each partition, all possible rank  symmetric tensors of the form  ,where the tensor  is taken from the list , are generated. From the totality of tensors so obtained a maximal set of linearly independent tensors (over the real numbers) is selected. Each symmetric tensor in the returned list is a Killing tensor if each of the are.

• 

The independent tensors are generated by a call to the DifferentialGeometry command DGbasis. For tensors with coefficients which are not rational functions, the DGbasis program may work faster using a Wronskian approach which requires the specification of a list of points on the manifold .

• 

This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form SymmetricProductsOfKillingTensors(...) only after executing the commands with(DifferentialGeometry), with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-SymmetricProductsOfKillingTensors.

Examples

 

Example 1.

(2.1)
M > 

(2.2)

 

Calculate the rank 1 Killing tensors.

M > 

(2.3)

 

Calculate all the rank 2 and rank 3 Killing tensors generated by .

M > 

(2.4)
M > 

(2.5)
M > 

(2.6)
M > 

(2.7)

 

Check that all the tensors in  are indeed Killing tensors using the CheckKillingTensor command.

M > 

(2.8)

 

Calculate all the rank 3 Killing tensors generated by  and the metric . We get the list  again because the metric is already a constant linear combination of the rank 1 Killing tensors.

M > 

M > 

(2.9)

See Also

DifferentialGeometry

Tensor

CheckKillingTensor

DGbasis

GenerateTensors

GetComponents

KillingTensors

SymmetrizeIndices

 


Download Help Document