Tensor[KillingBracket] - a covariant form of the Schouten bracket for symmetric tensors
Calling Sequences
KillingBracket(g, R, S)
Parameters
g - a covariant metric tensor on a manifold M
R, S - symmetric covariant tensor fields on M
|
Description
|
|
•
|
If R and S are symmetric covariant tensor fields of rank r and s, respectively, then T = KillingBracket(g, R, S) is a symmetric covariant tensor field of rank r + s - 1. If R and S correspond to Killing tensors for the metric g, then T is also a Killing tensor.
|
•
|
KillingBracket(g, R, S) can be defined in terms of the Schouten bracket for symmetric contravariant tensors by using the metric g to raise all the indices on the tensors R and S to obtain contravariant tensors U and V, then computing the Schouten bracket W = TensorBrackets(g, U, V, "Schouten") and then lowering all the indices of W. An explicit formula for the KillingBracket can be found in the article of N. M. J. Woodhouse.
|
•
|
This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form KillingBracket(...) only after executing the commands with(DifferentialGeometry), with(Tensor) in that order. It can always be used in the long form DifferentialGeometry:-Tensor:-KillingBracket.
|
|
|
Examples
|
|
>
|
|
Example 1.
>
|
|
>
|
|
| (2.1) |
M >
|
|
| (2.2) |
M >
|
|
| (2.3) |
M >
|
|
| (2.4) |
M >
|
|
| (2.5) |
M >
|
|
| (2.6) |
M >
|
|
|
|
Download Help Document
Was this information helpful?